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