Makefile

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

mercurial