Skip to content

Commit ee40e71

Browse files
committed
Updating makefile for witness dep
1 parent 2fd5ac6 commit ee40e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ endif
5353
# Override default settings if possible
5454
-include .make-settings
5555

56-
FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) -I../deps/geohash-int -I/home/p4/Desktop/witnesscmd -L/home/p4/Desktop/witnesscmd
57-
FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) -L/home/p4/Desktop/witnesscmd
56+
FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) -I../deps/geohash-int -I../..//witnesscmd -L../..//witnesscmd
57+
FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) -L../../witnesscmd
5858
FINAL_LIBS=-ldl -lwitnesscmd -lm
5959
DEBUG=-g -ggdb
6060

0 commit comments

Comments
 (0)