From ef6a48351bd5e76a2acb6c620cd330d92256828c Mon Sep 17 00:00:00 2001 From: silverweed Date: Fri, 6 Sep 2024 16:07:42 +0200 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1cf3ac..cf7a8c0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CFLAGS = -Wall -Wextra -pedantic INC = -Ithird_party -Ithird_party/imgui LIBS = -lglfw -ROOTFLAGS = -std=c++17 -m64 -I$(ROOTINCDIR) -I/Users/sftnight/root/builtins/xxhash +ROOTFLAGS = -std=c++17 -m64 -I$(ROOTINCDIR) ROOTLIBS = -L$(ROOTLIBDIR) -lCore -lRIO -lROOTNTuple -lxxhash -pthread -Wl,-rpath,$(ROOTLIBDIR) IMGUI_FLAGS = -Ithird_party -Ithird_party/imgui