From 89f018f57cf9140e64af2beb45cfe255b9009c77 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Fri, 18 Sep 2020 21:11:04 -0500 Subject: [PATCH] Add entr target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24c1cdd..030f40f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ -.PHONY: all +.PHONY: all entr all: index.html index.css index.js +entr: + ls *.slim *.scss *.purs *.dhall | entr make + index.html: index.slim /usr/share/doc/ruby-slim/examples/slimrb -p index.slim > $@ -- 2.45.2