diff options
author | Adam Stück <adam@adast.dk> | 2023-12-28 23:37:07 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-12-28 23:37:07 +0100 |
commit | b4c7ebb4bc26eeeeaa2a24f5befe5da4d238ecb7 (patch) | |
tree | 4ef8f6d98a73706b62afd78a3837d40d572907aa | |
parent | 7b00e8ec79d802f6d448dc14f7b196be3361bcd4 (diff) |
Revert "Makefile: ignore missing public/ dir"
This reverts commit 6ca9243f1edb2f26827f0ecec0c65b1d7f6b2fa4.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/* |