We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd5ac6 commit ee40e71Copy full SHA for ee40e71
src/Makefile
@@ -53,8 +53,8 @@ endif
53
# Override default settings if possible
54
-include .make-settings
55
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
+FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) -I../deps/geohash-int -I../..//witnesscmd -L../..//witnesscmd
+FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) -L../../witnesscmd
58
FINAL_LIBS=-ldl -lwitnesscmd -lm
59
DEBUG=-g -ggdb
60
0 commit comments