| 35 | 35 | 
| 36 build: | 36 build: | 
| 37 	$(MKDIR) build | 37 	$(MKDIR) build | 
| 38 | 38 | 
| 39 test: compile | 39 test: compile | 
| 40 	./build/$(BIN) $(ARGS) test/ctestfile.c -o build/ctest.html \ | 40 	./build/$(BIN) test/ctestfile.c -o build/ctest.html \ | 
| 41 	-H test/header.html -F test/footer.html | 41 	-H test/header.html -F test/footer.html | 
| 42 	./build/$(BIN) $(ARGS) -j test/javatestfile.java -o build/javatest.html \ | 42 	./build/$(BIN) -j test/javatestfile.java -o build/javatest.html \ | 
|  | 43 	-H test/jheader.html -F test/footer.html | 
|  | 44 	./build/$(BIN) test/bigtestfile.c -o build/bigtest.html \ | 
| 43 	-H test/header.html -F test/footer.html | 45 	-H test/header.html -F test/footer.html | 
| 44 	./build/$(BIN) $(ARGS) test/bigtestfile.c -o build/bigtest.html \ | 46 	./build/$(BIN) -p test/plain.csp -o build/plain.html \ | 
| 45 	-H test/header.html -F test/footer.html | 47 	-H test/header.html -F test/footer.html | 
| 46 |  | 
| 47 clean: | 48 clean: | 
| 48 	$(RM) -f -R build | 49 	$(RM) -f -R build |