From d57b985c382d3a88f1a22f354e0ec989d18caeb2 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Sat, 14 Sep 2024 22:27:15 +0200 Subject: switch to wruby site generator --- Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2