X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=6b53e08d2a6a0e697cfc6cbbcd10206bb291e83d;hb=a8130cb2a970f385a7da0e2a8f7b02c1cb1a7639;hp=f0036fa44246e11de3866668bf6e19683d52a93e;hpb=e3f049be4fb2ed9b7f675f06a9a525c81af9946c;p=cc1516.git diff --git a/Makefile b/Makefile index f0036fa..6b53e08 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,14 @@ CPM:=cpm -all: +.PHONY: man + +all: spl 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