Skip to content

Commit

Permalink
Remove unmatched parenthesis in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed Dec 29, 2017
1 parent 8c47202 commit cdf70d7
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
Expand Up @@ -456,7 +456,7 @@ bowtie2-src: $(SRC_PKG_LIST)
rm -rf .src.tmp

.PHONY: bowtie2-pkg
bowtie2-pkg: PKG_DIR := bowtie2-$(VERSION)-$(if $(MACOS),macos,$(if $(MINGW),mingw,linux))-x86_64)
bowtie2-pkg: PKG_DIR := bowtie2-$(VERSION)-$(if $(MACOS),macos,$(if $(MINGW),mingw,linux))-x86_64
bowtie2-pkg: static-libs $(BIN_PKG_LIST) $(BOWTIE2_BIN_LIST) $(BOWTIE2_BIN_LIST_DBG)
chmod a+x scripts/*.sh scripts/*.pl
rm -rf .bin.tmp
Expand Down

0 comments on commit cdf70d7

Please sign in to comment.