~singpolyma/post-part

89f018f57cf9140e64af2beb45cfe255b9009c77 — Stephen Paul Weber 3 years ago 090ae3d
Add entr target
1 files changed, 4 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +4 -1
@@ 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 > $@