makefiles-garage/todo.mk
changeset 0 37428ad74fc2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makefiles-garage/todo.mk	Mon Nov 16 10:04:44 2009 +0000
@@ -0,0 +1,13 @@
+# Dummy makefile for TODO targets
+
+todo:
+	@echo "###############################################"
+	@echo "### TODO: Build for $(todo_target) ############"
+	@echo "###############################################"
+
+clean:
+	@echo "###############################################"
+	@echo "### TODO: Clean for $(todo_target) ############"
+	@echo "###############################################"
+
+