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