aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-21 13:27:03 -0400
committerBradley Taunt <bt@btxx.org>2024-07-21 13:27:03 -0400
commit264d75538ff4ef827a99ff5100cd187e22e8a66f (patch)
treed964ad3f15503992b69c0453ed61bfce9874d76b /Makefile
parent3fbec821c7645835308f88d6d0f22501a7a56514 (diff)
Setup wruby properly, clean up Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 769d796..24f6fa6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,4 @@ build:
clean:
rm -rf build/*
-watch:
- while true; do \
- ls -d .git/* * posts/* pages/* header.html | entr -cd make build ;\
- done
-
-.PHONY: build clean watch
+.PHONY: build clean