--- 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
-