Files
2021-03-02 00:15:39 +01:00

8 lines
100 B
Makefile

.PHONY: assets watch
assets:
cd resources && npm run build
watch:
cd resources && npm run watch