Makefile

changeset 12
7ce5c4b51959
parent 3
b7a6d546bd1d
child 17
7ea86024aef0
--- a/Makefile	Wed Jul 10 13:38:28 2013 +0200
+++ b/Makefile	Wed Jul 10 13:45:26 2013 +0200
@@ -37,7 +37,7 @@
 	$(MKDIR) build
 	
 test: compile
-	./build/$(BIN) src/c2html.c > build/body.html
+	./build/$(BIN) $(ARGS) src/c2html.c > build/body.html
 	cat test/header.html build/body.html test/footer.html > build/code.html
 	
 clean:

mercurial