a a12
[ap2015.git] / a12 / mart / Makefile
diff --git a/a12/mart/Makefile b/a12/mart/Makefile
new file mode 100644 (file)
index 0000000..6137b9b
--- /dev/null
@@ -0,0 +1,14 @@
+ITASKSPRJS:=skeleton12
+CPM:=cpm
+
+all: $(ITASKSPRJS)
+
+%: %.prj %.icl
+       $(CPM) project $< build
+
+clean:
+       $(RM) -r \
+               $(basename $(ITASKSPRJS)) \
+               Clean\ System\ Files \
+               sapl \
+               $(addsuffix -data,$(basename $(ITASKSPRJS)))