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