cfb-editor/Makefile

13 lines
141 B
Makefile
Raw Permalink Normal View History

2017-10-29 02:52:12 +00:00
.PHONY: dist
dist:
rm -f dist/*.{js,css,html,map}
npm run build
.PHONY: lint
lint:
npm run lint
.PHONY: clean
clean:
rm -f *.map *.foo