Skip to content

Commit

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

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

define \n
.DELETE_ON_ERROR:
.PHONY:report

setup:
mkdir -p ${DIR}/scripts
mkdir -p ${DIR}/software
mkdir -p ${DIR}/shared
rm pathfile
@mkdir -p ${DIR}/scripts
@mkdir -p ${DIR}/software
@mkdir -p ${DIR}/shared
@rm pathfile


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

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

0 comments on commit 7db17fa

Please sign in to comment.