changeset 88:7809fb223dc9

fix Makefile
author masa
date Fri, 23 Oct 2015 15:38:49 +0900
parents aef2546cd130
children 50a146c05192
files c/regexParser/Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/c/regexParser/Makefile	Mon Oct 19 20:10:42 2015 +0900
+++ b/c/regexParser/Makefile	Fri Oct 23 15:38:49 2015 +0900
@@ -25,6 +25,6 @@
 	rm -f *~ \#*
 
 test:
-	$(TARGET) -regex "(ab)c"
-	$(TARGET) -regex "(a|b)c"
-	$(TARGET) -regex "(ab)*c"
+	./$(TARGET) -regex "(ab)c"
+	./$(TARGET) -regex "(a|b)c"
+	./$(TARGET) -regex "(ab)*c"