Skip to content

Commit

Permalink
Release/1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twestbrookunh committed Jan 13, 2017
1 parent 8063b3f commit c1181ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PROG= paladin
INCLUDES=
LIBS= -lm -lz -lpthread
SUBDIRS= .
INSTALLDIR = /usr/local/bin

ifeq ($(shell uname -s),Linux)
LIBS += -lrt
Expand Down Expand Up @@ -38,6 +39,9 @@ check:
cd sample_data && \
sh ./make_test.sh

install:paladin
install -m 0755 paladin $(INSTALLDIR)

# DO NOT DELETE THIS LINE -- make depend depends on it.

bntseq.o: bntseq.h utils.h kseq.h malloc_wrap.h khash.h
Expand Down

0 comments on commit c1181ba

Please sign in to comment.