makefiles-garage/todo.mk
author mikek
Fri, 08 Jan 2010 16:16:51 +0000
changeset 1 820b22e13ff1
parent 0 37428ad74fc2
permissions -rw-r--r--
Commit further implemented Linux makefiles

# Dummy makefile for TODO targets

todo:
	@echo "###############################################"
	@echo "### TODO: Build for $(todo_target) ############"
	@echo "###############################################"

clean:
	@echo "###############################################"
	@echo "### TODO: Clean for $(todo_target) ############"
	@echo "###############################################"