Skip to content

Commit

Permalink
Merge pull request #36 from a7r3/master
Browse files Browse the repository at this point in the history
Makefile: Don't treat newline characters literally
  • Loading branch information
arzzen committed Oct 20, 2017
2 parents db8009f + 37b37bb commit ac730db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -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 ac730db

Please sign in to comment.