diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile index d1f81b3..b5ed0a6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ brotli := brotli --force gzip := gzip --best --keep --force zstd := zstd --force --no-pass-through -19 --quiet -build: +build: $(PREFIX) + +$(PREFIX): zola build --output-dir $(PREFIX) clean: |