From 8af8f7b665375f5b5c5a701aaf3631263a2e6515 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Sat, 14 Sep 2024 23:18:53 +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