X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=56d9b95fb51dc57f13812439d6ae960d493af697;hb=98144e50ff2ca8e8d89dd1a39d4f2a41c2c6dab6;hp=3f8aeff6a9473d8cc0d00397a9eb70237c9aed55;hpb=19c5f39c61f1692641570dc3cf13360e7dff5cdf;p=cc1516.git diff --git a/Makefile b/Makefile index 3f8aeff..56d9b95 100644 --- 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