#
# makefile to help find your way around
#

help:
	@echo ""
	@echo "==> Manage Demo Application"
	@echo "server				Start demo application"
	@echo ""

server:
	@CATALYST_DEBUG=1 perl -Ilib -I ../lib/ ./lib/Example/Server.pm