We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0a4ae commit 9f614e9Copy full SHA for 9f614e9
Makefile
@@ -3,7 +3,7 @@ REDO ?= redo
3
.PHONY: all clean test
4
5
warning:
6
- @echo WARNING: Just proxying commands to redo command.
+ @echo WARNING: Acting as a proxy for redo commands.
7
8
all: warning
9
$(REDO) $@
0 commit comments