skeleton for object centered approach
[mc1516pa.git] / code / Makefile
1 CLM:=clm
2 CLMFLAGS:=
3
4 all: SokobanObjectwise
5
6 %: %.icl
7 $(CLM) $(CLMFLAGS) $(basename $<) -o $@
8
9 clean:
10 $(RM) -rv "Clean System Files" SokobanObjectwise