oliverdavies.uk/Makefile

8 lines
82 B
Makefile
Raw Normal View History

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