Makefile

changeset 17
7ea86024aef0
parent 12
7ce5c4b51959
child 21
537aec525835
--- 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

mercurial