completed example, added != token
[cc1516.git] / Makefile
index 3f8aeff..56d9b95 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,7 @@
-CLM:=clm
-CLMFLAGS:=-b -nt
+CPM:=cpm
 
-BINARIES:=lex
-
-.PHONY: all clean
-
-all: $(BINARIES)
-
-%: %.icl
-       $(CLM) $(CLMFLAGS) $(basename $<) -o $@
+all:
+       $(CPM) make
 
 clean:
-       $(RM) -rv $(BINARIES) Clean\ System\ Files
+       $(RM) -rv Clean\ System\ Files sapl lex