save all temp files
This commit is contained in:
13
wtmp/barf/Makefile
Normal file
13
wtmp/barf/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
build:
|
||||
./barf
|
||||
rsync -r public/ build/public
|
||||
|
||||
clean:
|
||||
rm -rf build/*
|
||||
|
||||
watch:
|
||||
while true; do \
|
||||
ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
|
||||
done
|
||||
|
||||
.PHONY: build clean watch
|
Reference in New Issue
Block a user