#
#  makefile  --  This file just refers to `bake'
# 

all default config install :
	@echo 'This project is built by "Bake".'
	@echo 'If Bake is not included in this package, you can'
	@echo 'download it from <http://www.bertram-scharpf.de/software.html>'

