X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=src%2FMakefile;h=6b53e08d2a6a0e697cfc6cbbcd10206bb291e83d;hb=fa2b27e75142781978149dc3e906e8b5aae8e603;hp=0ec75886ba0fb0880fb62617815433636d795f19;hpb=17935415709334265fc11a9f1d12022b342094d1;p=cc1516.git diff --git a/src/Makefile b/src/Makefile index 0ec7588..6b53e08 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,15 +1,14 @@ CPM:=cpm -BIN:=spl .PHONY: man -all: $(BIN) $(BIN).1 +all: spl spl.1 -spl: +spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj $(CPM) make %.1: % - help2man ./$< > $@ + help2man -s 1 -N -o $@ ./$< clean: - $(RM) -rv Clean\ System\ Files $(BIN) $(BIN).1 + $(RM) -rv Clean\ System\ Files spl spl.1