This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express/node_modules/escape-html/Makefile
2014-09-18 15:35:58 -04:00

12 lines
139 B
Makefile

build: components index.js
@component build
components:
@Component install
clean:
rm -fr build components template.js
.PHONY: clean