diff -r fa0bcd0444eb -r 7ea86024aef0 Makefile --- a/Makefile Wed Jul 10 16:31:16 2013 +0200 +++ b/Makefile Wed Jul 10 17:57:03 2013 +0200 @@ -39,6 +39,10 @@ test: compile ./build/$(BIN) $(ARGS) src/c2html.c > build/body.html cat test/header.html build/body.html test/footer.html > build/code.html + +test-java: compile + ./build/$(BIN) $(ARGS) -j test/Game.java > build/body.html + cat test/jheader.html build/body.html test/footer.html > build/code.html clean: $(RM) -f -R build