oliverdavies.uk/Makefile

8 lines
82 B
Makefile
Raw Normal View History

2021-07-15 23:47:35 +00:00
assets-watch:
npm ci
npm run watch
.PHONY: *
# vim: noexpandtab filetype=make