Skip to content

Commit

Permalink
whoops printf
Browse files Browse the repository at this point in the history
  • Loading branch information
macmanes committed Jun 13, 2017
1 parent 7db17fa commit fea156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ DIR := ${CURDIR}

all: setup brew download_scripts orthofuser blast spades trinity shannon seqtk busco trimmomatic transrate postscript

define \n
.DELETE_ON_ERROR:
.PHONY:report

Expand Down Expand Up @@ -116,5 +115,6 @@ else
endif

postscript:
@echo ${\n} "*** The following locations need to be added to your PATH ***" ${\n}
@printf "\n\n*** The following locations need to be added to your PATH ***\n\n"
@cat pathfile
@printf "\n\n\n"

0 comments on commit fea156b

Please sign in to comment.