Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/assets/plugins/jquery-easy-pie-chart/
Upload File :
Current File : /home/bolconlineco/public_html/assets/plugins/jquery-easy-pie-chart/Makefile

dist: all
	@echo Done

all:
	@echo Compiling coffee script
	coffee -c *.coffee

watch:
	@echo Watch coffee script files
	coffee -w *.coffee

.PHONY: dist all watch