started with 11
[ap2015.git] / a11 / mart / Makefile
diff --git a/a11/mart/Makefile b/a11/mart/Makefile
new file mode 100644 (file)
index 0000000..5903bd5
--- /dev/null
@@ -0,0 +1,14 @@
+CLEANEXES:=skeleton11
+CLM:=clm
+CLMFLAGS:=-IL ../lib/StdLib -IL ../lib/Generics
+
+all: $(CLEANEXES)
+
+%.exe: %.prj
+       $(CPM) project $< build
+
+%: %.icl
+       $(CLM) $(CLMFLAGS) $(basename $<) -o $@
+
+clean:
+       $(RM) -r $(CLEANEXES) Clean\ System\ Files