Skip to content

Commit

Permalink
Makefile: Don't treat newline characters literally
Browse files Browse the repository at this point in the history
Signed-off-by: a7r3 <arvindultimate7352@gmail.com>
  • Loading branch information
a7r3 committed Oct 19, 2017
1 parent db8009f commit 37b37bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PREFIX=/usr/local
TASK_DONE = echo "\n✓ $@ done\n"
TASK_DONE = echo -e "\n✓ $@ done\n"
# files that need mode 755
EXEC_FILES=git-quick-stats

Expand Down

0 comments on commit 37b37bb

Please sign in to comment.