aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-06 10:23:23 -0400
committerBradley Taunt <bt@btxx.org>2024-07-06 10:23:23 -0400
commit6beac7b78bad40cb142f06238a739d32fa8ef6a6 (patch)
treed6b5de4f2e14a2180db90e5f4153e5732a62bcd6 /Makefile
parenta7da0c5a78f1d57be80359c15e1d215dc497500e (diff)
Use lowdown, place build directory removal outside of barf script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 118e9e6..4ca34c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
build:
+ rm -rf build && mkdir build
sh ./barf
rsync -r public/ build/public
rsync style.css build/style.css