Skip to content

Commit

Permalink
Merge pull request #43 from aquaskyline/aquaskyline-patch
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
aquaskyline authored Mar 22, 2018
2 parents 36b72c1 + 6fd669a commit b02e2c3
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 @@ -10,7 +10,7 @@ SUBDIRS = sparsePregraph standardPregraph fusion
PROG= SOAPdenovo-63mer SOAPdenovo-127mer SOAPdenovo-fusion
INCLUDES= -I./sparsePregraph/inc -I./standardPregraph/inc

LIBPATH= -L/lib64 -L/usr/lib64 -L./sparsePregraph/inc -L./standardPregraph/inc
LIBPATH= -L./sparsePregraph/inc -L./standardPregraph/inc -L/lib64 -L/usr/lib64
LIBS= -pthread -lz -lm
EXTRA_FLAGS=

Expand Down

0 comments on commit b02e2c3

Please sign in to comment.