X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=6b53e08d2a6a0e697cfc6cbbcd10206bb291e83d;hb=f5231ebadae1ac54e25dbf5819debb3ab625826d;hp=3f8aeff6a9473d8cc0d00397a9eb70237c9aed55;hpb=19c5f39c61f1692641570dc3cf13360e7dff5cdf;p=cc1516.git diff --git a/Makefile b/Makefile deleted file mode 100644 index 3f8aeff..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -CLM:=clm -CLMFLAGS:=-b -nt - -BINARIES:=lex - -.PHONY: all clean - -all: $(BINARIES) - -%: %.icl - $(CLM) $(CLMFLAGS) $(basename $<) -o $@ - -clean: - $(RM) -rv $(BINARIES) Clean\ System\ Files