Skip to content

Commit

Permalink
Makefile: Allow user to set PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 3, 2017
1 parent e940e8b commit 935c9a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BIN = $(DESTDIR)/usr/bin
BINDIR ?= $(PREFIX)/bin
BIN = $(DESTDIR)/$(BINDIR)
# With pthreads
override CXXFLAGS+= -DMAXHITS=1000 -DTHREAD -funroll-loops -Lsamtools -Isamtools -Lgzstream -Igzstream -O3 -m64 -march=native -g
# Without pthreads
Expand Down

0 comments on commit 935c9a3

Please sign in to comment.