aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/serve-static/node_modules/escape-html/Makefile
blob: 3f6119d227040d0493452f89e06013b2a9886da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
build: components index.js
	@component build

components:
	@Component install

clean:
	rm -fr build components template.js

.PHONY: clean