diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ clean: watch: while true; do \ - ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\ + ls -d .git/* * posts/* pages/* header.html | entr -cd make build ;\ done .PHONY: build clean watch |