Makefile

changeset 17
7ea86024aef0
parent 12
7ce5c4b51959
child 21
537aec525835
equal deleted inserted replaced
16:fa0bcd0444eb 17:7ea86024aef0
37 $(MKDIR) build 37 $(MKDIR) build
38 38
39 test: compile 39 test: compile
40 ./build/$(BIN) $(ARGS) src/c2html.c > build/body.html 40 ./build/$(BIN) $(ARGS) src/c2html.c > build/body.html
41 cat test/header.html build/body.html test/footer.html > build/code.html 41 cat test/header.html build/body.html test/footer.html > build/code.html
42
43 test-java: compile
44 ./build/$(BIN) $(ARGS) -j test/Game.java > build/body.html
45 cat test/jheader.html build/body.html test/footer.html > build/code.html
42 46
43 clean: 47 clean:
44 $(RM) -f -R build 48 $(RM) -f -R build

mercurial