Files
hrm_eva/wwwroot/BackendScript/assets/jquery-easy-pie-chart/Makefile
Nakorn Rientrakrunchai 8b98125e49 First Initial
2020-02-20 15:02:39 +07:00

12 lines
163 B
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