Makefile

changeset 17
7ea86024aef0
parent 12
7ce5c4b51959
child 21
537aec525835
     1.1 --- a/Makefile	Wed Jul 10 16:31:16 2013 +0200
     1.2 +++ b/Makefile	Wed Jul 10 17:57:03 2013 +0200
     1.3 @@ -39,6 +39,10 @@
     1.4  test: compile
     1.5  	./build/$(BIN) $(ARGS) src/c2html.c > build/body.html
     1.6  	cat test/header.html build/body.html test/footer.html > build/code.html
     1.7 +
     1.8 +test-java: compile
     1.9 +	./build/$(BIN) $(ARGS) -j test/Game.java > build/body.html
    1.10 +	cat test/jheader.html build/body.html test/footer.html > build/code.html
    1.11  	
    1.12  clean:
    1.13  	$(RM) -f -R build

mercurial