diff -r 3bced1fe9193 -r b7a6d546bd1d Makefile --- 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