Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaskyline authored Mar 22, 2018
1 parent 7473a5f commit a605d11
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 a605d11

Please sign in to comment.