Makefile

changeset 54
b3f24e23bc25
parent 52
33ded421c512
child 55
bf54085ce341
--- a/Makefile	Fri Aug 26 14:15:29 2016 +0200
+++ b/Makefile	Wed Aug 31 12:58:48 2016 +0200
@@ -56,7 +56,7 @@
 build:
 	$(MKDIR) $@
 	
-test: build/$(BIN)
+test: all
 	./build/$(BIN) test/ctestfile.c -o build/ctest.html \
 	-H test/header.html -F test/footer.html
 	./build/$(BIN) -j test/javatestfile.java -o build/javatest.html \

mercurial