aboutsummaryrefslogtreecommitdiff
path: root/node_modules/load-script/Makefile
blob: 154bf785a114ed95fbc5a86835798949ca94ce5e (plain)
1
2
3
4
5
6
7
build: index.js
	@component build --dev

clean:
	rm -fr build

.PHONY: clean