Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jun 14, 2018
1 parent 5a481c9 commit 8eb859c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.htslib
bin/
src/tracy
src/sdslLite/
*~

# Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif

# External sources
SDSLSOURCES = $(wildcard src/sdsl/lib/*.cpp)
IDXSOURCES = $(wildcard src/*.cpp) $(wildcard src/*.h)
TRACYSOURCES = $(wildcard src/*.cpp) $(wildcard src/*.h)
HTSLIBSOURCES = $(wildcard src/htslib/*.c) $(wildcard src/htslib/*.h)
PBASE=$(shell pwd)

Expand All @@ -49,7 +49,7 @@ all: $(TARGETS)
.htslib: $(HTSLIBSOURCES)
cd src/htslib && make && make lib-static && cd ../../ && touch .htslib

src/idxgen: .sdsl .htslib ${IDXSOURCES}
src/tracy: .sdsl .htslib ${TRACYSOURCES}
$(CXX) $(CXXFLAGS) $@.cpp -o $@ $(LDFLAGS)

install: ${BUILT_PROGRAMS}
Expand Down

0 comments on commit 8eb859c

Please sign in to comment.