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