aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-12-28 23:37:07 +0100
committerAdam Stück <adam@adast.dk>2023-12-28 23:37:07 +0100
commitb4c7ebb4bc26eeeeaa2a24f5befe5da4d238ecb7 (patch)
tree4ef8f6d98a73706b62afd78a3837d40d572907aa /Makefile
parent7b00e8ec79d802f6d448dc14f7b196be3361bcd4 (diff)
Revert "Makefile: ignore missing public/ dir"
This reverts commit 6ca9243f1edb2f26827f0ecec0c65b1d7f6b2fa4.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/*