diff options
author | Bradley Taunt <bt@btxx.org> | 2024-08-14 09:08:10 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-08-14 09:08:10 -0400 |
commit | 135c48b2dea5763feabb47606f71ebd713d6567a (patch) | |
tree | 6ea141119769daf4b2c85a6d75c00c9a1de35aa4 /Makefile | |
parent | 666a32a200354846aef1c87046dd213ad17868d9 (diff) |
Switch over to wruby, include new TUI browsers, extras page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 |