typos
[mc1516pa.git] / code / Makefile
1 CLM:=~/projects/clean/bin/clm
2 CLMFLAGS:=-nr -nt
3
4 all: SokobanObjectwise
5
6 %: %.icl
7 $(CLM) $(CLMFLAGS) $(basename $<) -o $@
8
9 clean:
10 $(RM) -rv "Clean System Files" SokobanObjectwise