From 2666e6df7c753aaca3faa921fcab5690caadc1fa Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 4 Jun 2025 17:11:55 -0400 Subject: fix Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf6cf18..f21fe21 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,12 @@ REMOTE ?= user@192.168.0.100:/var/www/html all: build build: - hugo build --minify + hugo --minify deploy: build rsync --rsync-path="$(RSYNC_PATH)" -avP --delete public/ $(REMOTE) serve: hugo serve --disableFastRender + +.PHONY: all build deploy serve -- cgit v1.2.3-70-g09d2