Relative path for link

This commit is contained in:
2024-11-11 10:14:18 -05:00
parent 7d6aaa8d6e
commit 4e09e4a9a1

View File

@ -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