From 98c6d0755f0e9ae34ecd5fccadcb44794c40e660 Mon Sep 17 00:00:00 2001 From: nightnoryu Date: Wed, 27 May 2026 12:02:45 +0300 Subject: [PATCH] Fix makefile commands --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1ff4516..aadbd3d 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ -.PHONY: all deploy build +.PHONY: all build clean deploy -all: deploy - -deploy: build - rzync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/ +all: build build: hugo build + +clean: + rm -rf public + +deploy: build + rsync -avz --delete public/ ubuntu@raspberry-local:/usr/local/www/homepage/