Makefile

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

mercurial