We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a16e0 commit 7622464Copy full SHA for 7622464
Makefile
@@ -3,7 +3,7 @@ COWSAY_PATH=cowsay
3
#COWSAY_PATH=/usr/games/cowsay
4
5
run:
6
- ${COWSAY_PATH} -f ./clippy-the-paperclip.cow "Looks like you are trying run this Makefile. Would you like help?"
+ ${COWSAY_PATH} -f ./clippy-the-paperclip.cow "Looks like you are trying to run this Makefile. Would you like help?"
7
8
procrastinate:
9
echo -e "Looks like you are trying\n to procrastinate.\n\n Would you like help?\n [Yes] [No]" | ${COWSAY_PATH} -n -f ./clippy-the-paperclip.cow
0 commit comments