Build target.

This commit is contained in:
Thomas Touhey 2018-06-02 02:56:16 +02:00
parent 0da12ef415
commit a17e0c742d
No known key found for this signature in database
GPG Key ID: 2ECEB0517AD947FB
1 changed files with 4 additions and 0 deletions

View File

@ -6,7 +6,9 @@
#
# — Preview (run a local webserver and update automatically when a change is
# made to view the modifications before pushing them to the server).
# — Build (just build to install the thing).
all: -all-build
preview prev: -all-watch
# ---
@ -27,6 +29,8 @@ preview prev: -all-watch
-all-watch: -prepare
$(JEK) serve --drafts --watch
-all-build: -prepare
$(JEK) build
.PHONY: preview prev show
.PHONY: -prepare -all -all-watch