cfb-editor/Makefile
2019-11-24 23:50:16 -05:00

13 lines
141 B
Makefile

.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