Makefile

changeset 3
b7a6d546bd1d
parent 1
12c482ea4fc4
child 12
7ce5c4b51959
     1.1 --- a/Makefile	Fri May 24 13:53:52 2013 +0200
     1.2 +++ b/Makefile	Fri May 24 13:57:51 2013 +0200
     1.3 @@ -37,8 +37,8 @@
     1.4  	$(MKDIR) build
     1.5  	
     1.6  test: compile
     1.7 -	./build/$(BIN) src/c2html.c > build/body.htm
     1.8 -	cat test/header.htm build/body.htm test/footer.htm > build/code.htm
     1.9 +	./build/$(BIN) src/c2html.c > build/body.html
    1.10 +	cat test/header.html build/body.html test/footer.html > build/code.html
    1.11  	
    1.12  clean:
    1.13  	$(RM) -f -R build

mercurial