Makefile

changeset 3
b7a6d546bd1d
parent 1
12c482ea4fc4
child 12
7ce5c4b51959
equal deleted inserted replaced
2:3bced1fe9193 3:b7a6d546bd1d
35 35
36 build: 36 build:
37 $(MKDIR) build 37 $(MKDIR) build
38 38
39 test: compile 39 test: compile
40 ./build/$(BIN) src/c2html.c > build/body.htm 40 ./build/$(BIN) src/c2html.c > build/body.html
41 cat test/header.htm build/body.htm test/footer.htm > build/code.htm 41 cat test/header.html build/body.html test/footer.html > build/code.html
42 42
43 clean: 43 clean:
44 $(RM) -f -R build 44 $(RM) -f -R build

mercurial