We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9c0c commit c322104Copy full SHA for c322104
Makefile
@@ -1,6 +1,7 @@
1
PY_FILES= find . -type f -not -path '*/\.*' | grep -i '.*[.]py$$' 2> /dev/null
2
3
-entr_warn: @echo "----------------------------------------------------------"
+entr_warn:
4
+ @echo "----------------------------------------------------------"
5
@echo " ! File watching functionality non-operational ! "
6
@echo " "
7
@echo "Install entr(1) to automatically run tasks on file change."
0 commit comments