Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
morispi committed Apr 21, 2021
1 parent 7acc0ad commit a6d2ac0
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 @@ -9,7 +9,7 @@ LREZ_LIBDIR = $(BUILD_PREFIX)/LRez/lib/

CXX ?= g++
CXXFLAGS += -Wall -pedantic -O3 -m64 -std=c++11 -fPIC
LDFLAGS += -L$(LREZ_LIBDIR) -Wl,-rpath,$(LREZ_LIBDIR) -Wl,-rpath,$(BUILD_LIBDIR)
LDFLAGS += -L$(LREZ_LIBDIR) -Wl,-rpath,$(LREZ_LIBDIR) -Wl,-rpath,$(LIBDIR)

BAMTOOLS_INC = ./LRez/include/bamtools/
LREZ_INC = ./LRez/src/include/
Expand Down

0 comments on commit a6d2ac0

Please sign in to comment.