diff -r 5e47a26a16f0 -r b3f24e23bc25 Makefile --- 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 \