Relative path for link
This commit is contained in:
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CXXFLAGS+= -std=c++23
|
CXXFLAGS+= -std=c++23
|
||||||
LDLIBS+= -lalepha
|
LDLIBS+= -lalepha
|
||||||
LDFLAGS+= -L Alepha/build-debug -Wl,-rpath,/home/user/proj/ipam/Alepha/build-debug
|
LDFLAGS+= -L Alepha/build-debug -Wl,-rpath,./Alepha/build-debug
|
||||||
CPPFLAGS+= -I .
|
CPPFLAGS+= -I .
|
||||||
|
|
||||||
all: test
|
all: test
|
||||||
|
Reference in New Issue
Block a user