diff regexParser/Makefile @ 202:39ca25ed0607

add searchBit test
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Sat, 26 Dec 2015 19:49:34 +0900
parents 35608dc85e83
children b7b8f0c03fe3
line wrap: on
line diff
--- a/regexParser/Makefile	Sat Dec 26 18:13:32 2015 +0900
+++ b/regexParser/Makefile	Sat Dec 26 19:49:34 2015 +0900
@@ -15,6 +15,8 @@
 $(TARGET):$(OBJS)
 	$(CC) -o $@ $(OBJS)
 
+test/searchBit: test/searchBit.cc
+	$(CC) -I. $< bitVector.cc -o $@
 
 clean:
 	rm -f $(TARGET) $(OBJS)