Skip to content
Snippets Groups Projects
Commit ba1e1c15 authored by brusale's avatar brusale
Browse files

add correct executable

parent 5a1fb497
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ ASANFLAGS := -fsanitize=address -static-libasan
ROOTFLAGS := `root-config --glibs --cflags`
INCLUDES := -Iinterface
LIBS := libPFTruth.a
EXECUTABLE := pftruth
#EXECUTABLE := pftruth
EXECUTABLE := COCOATruth
# Find all source files
SRCS := $(wildcard src/*.cc)
......@@ -24,7 +25,11 @@ $(LIBS): $(OBJS)
ar rcs $@ $^
# Compile pftruth.cc into an executable
$(EXECUTABLE): pftruth.cc $(LIBS)
#$(EXECUTABLE): pftruth.cc $(LIBS)
# $(CC) $(CFLAGS) $(ROOTFLAGS) $< $(INCLUDES) $(LIBS) -o $@
#
$(EXECUTABLE): COCOATruth.cc $(LIBS)
$(CC) $(CFLAGS) $(ROOTFLAGS) $< $(INCLUDES) $(LIBS) -o $@
# Clean up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment