Makefile

changeset 3
b7a6d546bd1d
parent 1
12c482ea4fc4
child 12
7ce5c4b51959
--- a/Makefile	Fri May 24 13:53:52 2013 +0200
+++ b/Makefile	Fri May 24 13:57:51 2013 +0200
@@ -37,8 +37,8 @@
 	$(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
+	./build/$(BIN) src/c2html.c > build/body.html
+	cat test/header.html build/body.html test/footer.html > build/code.html
 	
 clean:
 	$(RM) -f -R build

mercurial