fix makefile
This commit is contained in:
parent
fdec514b74
commit
ef6a48351b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ CFLAGS = -Wall -Wextra -pedantic
|
||||||
INC = -Ithird_party -Ithird_party/imgui
|
INC = -Ithird_party -Ithird_party/imgui
|
||||||
LIBS = -lglfw
|
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)
|
ROOTLIBS = -L$(ROOTLIBDIR) -lCore -lRIO -lROOTNTuple -lxxhash -pthread -Wl,-rpath,$(ROOTLIBDIR)
|
||||||
|
|
||||||
IMGUI_FLAGS = -Ithird_party -Ithird_party/imgui
|
IMGUI_FLAGS = -Ithird_party -Ithird_party/imgui
|
||||||
|
|
Loading…
Reference in a new issue