From 4e09e4a9a1db7b9642e6cc4bc3d510efe0e420ac2cec49871c663853403b0c40 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 11 Nov 2024 10:14:18 -0500 Subject: [PATCH] Relative path for link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8063cca..faafa13 100644 --- a/Makefile +++ b/Makefile @@ -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 . all: test