Makefile

changeset 1
12c482ea4fc4
parent 0
e78e463e1aa9
child 3
b7a6d546bd1d
     1.1 --- a/Makefile	Fri May 24 11:04:56 2013 +0200
     1.2 +++ b/Makefile	Fri May 24 13:35:06 2013 +0200
     1.3 @@ -36,6 +36,9 @@
     1.4  build:
     1.5  	$(MKDIR) build
     1.6  	
     1.7 +test: compile
     1.8 +	./build/$(BIN) src/c2html.c > build/body.htm
     1.9 +	cat test/header.htm build/body.htm test/footer.htm > build/code.htm
    1.10 +	
    1.11  clean:
    1.12  	$(RM) -f -R build
    1.13 -

mercurial