Skip to content

Commit c322104

Browse files
wolfgangpfnuertony
authored andcommitted
fixed entr_warn
make: *** No rule to make target `@echo', needed by `entr_warn'. Stop.
1 parent 12c9c0c commit c322104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PY_FILES= find . -type f -not -path '*/\.*' | grep -i '.*[.]py$$' 2> /dev/null
22

3-
entr_warn: @echo "----------------------------------------------------------"
3+
entr_warn:
4+
@echo "----------------------------------------------------------"
45
@echo " ! File watching functionality non-operational ! "
56
@echo " "
67
@echo "Install entr(1) to automatically run tasks on file change."

0 commit comments

Comments
 (0)