Makefile

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

mercurial