1
1
mirror of https://github.com/varkor/quiver.git synced 2024-10-05 18:07:27 +03:00

Add dev and release as phony Makefile targets

This commit is contained in:
varkor 2024-04-12 22:38:47 +03:00
parent 23396ff66c
commit 85eb64dc73

View File

@ -1,4 +1,4 @@
.PHONY: all service-worker gh-pages cleanup
.PHONY: all service-worker dev release gh-pages cleanup
# Ensure `cd` works properly by forcing everything to be executed in a single shell.
.ONESHELL: