Merge branch 'rpath-fix' into master

* rpath-fix:
  Relative path for link
This commit is contained in:
2025-05-03 02:06:13 -04:00

View File

@ -1,6 +1,6 @@
CXXFLAGS+= -std=c++23
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 . -g -O0
all: test ipam