Skip to content

Commit

Permalink
Merge pull request #41 from aquaskyline/aquaskyline-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
aquaskyline authored Mar 22, 2018
2 parents b02e2c3 + a605d11 commit c4d2f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparsePregraph/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ OBJS= build_graph.o build_edge.o multi_threads.o \
PROG=
INCLUDES= -I./inc
SUBDIRS= .
LIBPATH= -L/usr/lib64
LIBS= -pthread -lz -L./inc
LIBPATH= -L./inc -L/usr/lib64
LIBS= -pthread -lz
EXTRA_FLAGS=
VERSION = 1.0.3

Expand Down

0 comments on commit c4d2f5e

Please sign in to comment.