diff -r c59fe73459fd -r 7ce5c4b51959 Makefile --- 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: