aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-08-14 09:08:10 -0400
committerBradley Taunt <bt@btxx.org>2024-08-14 09:08:10 -0400
commit135c48b2dea5763feabb47606f71ebd713d6567a (patch)
tree6ea141119769daf4b2c85a6d75c00c9a1de35aa4 /Makefile
parent666a32a200354846aef1c87046dd213ad17868d9 (diff)
Switch over to wruby, include new TUI browsers, extras page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index b16a580..9d7e5a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,8 @@
build:
- sh ./barf
- rsync -r public/ build/public
+ rm -rf build && mkdir build
+ ruby wruby.rb
clean:
rm -rf build/*
-watch:
- while true; do \
- ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
- done
-
-.PHONY: build clean watch
+.PHONY: build clean