aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f59a2a9..c645b91 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ help: # Show this help menu
@printf "\n%s\n\n" "$$(grep -E '^[a-zA-Z0-9 -]+:.*#' Makefile | column -s ':#' -t)"
watch: # Watch and rebuild everything
- while true; do find . | entr -d -s 'make build'; done
+ while true; do git ls-files -cdmo --exclude-standard --exclude tests | entr -d -s 'make build'; done
monitor: # Monitor for files changes
inotifywait --monitor --recursive --event modify .