From 6ca9243f1edb2f26827f0ecec0c65b1d7f6b2fa4 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Thu, 28 Dec 2023 23:25:07 +0100 Subject: Makefile: ignore missing public/ dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b16a580..722aade 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ build: sh ./barf - rsync -r public/ build/public + [ -d ./public/ ] && rsync -r public/ build/public || exit 0 clean: rm -rf build/* -- cgit v1.2.3-70-g09d2