curry gotcha
[cc1516.git] / Makefile
1 CPM:=cpm
2
3 .PHONY: man
4
5 all: spl
6
7 man: spl.1
8
9 spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj sem.icl sem.dcl AST.icl AST.dcl gen.icl gen.dcl
10 $(CPM) make
11
12 %.1: %
13 help2man -s 1 -N -o $@ ./$<
14
15 clean:
16 $(RM) -rv Clean\ System\ Files spl spl.1