type
[cc1516.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
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