X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=593d5d07327d94d1d97142492a1474d906a269fb;hb=455c31ab5f8222a5a8f273f7a7703e7485690438;hp=f0036fa44246e11de3866668bf6e19683d52a93e;hpb=e3f049be4fb2ed9b7f675f06a9a525c81af9946c;p=cc1516.git diff --git a/Makefile b/Makefile index f0036fa..593d5d0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,16 @@ CPM:=cpm -all: +.PHONY: man + +all: spl + +man: spl.1 + +spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj $(CPM) make +%.1: % + help2man -s 1 -N -o $@ ./$< + clean: - $(RM) -rv Clean\ System\ Files sapl main + $(RM) -rv Clean\ System\ Files spl spl.1