Skip to content
Snippets Groups Projects
Unverified Commit 677da5dc authored by Dave Gaskell's avatar Dave Gaskell Committed by GitHub
Browse files

Merge pull request #31 from gaskelld/master

Update Makefile for root tree utility
parents 395fe397 f634d18e
Branches
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ none: make_root_tree
all: make_root_tree
make_root_tree: $(my_objs) froot.co
$(F77) $(LDFLAGS) -o make_root_tree $(my_objs) $(OTHERLIBS) froot.co $(ROOTLIBS) -lImt $(OTHERLIBS) $(CERNLIBS) -L/usr/lib64 -lstdc++
$(F77) $(LDFLAGS) -o make_root_tree $(my_objs) $(OTHERLIBS) froot.co $(ROOTLIBS) -lImt -lvdt -ltbb $(OTHERLIBS) $(CERNLIBS) -L/usr/lib64 -lstdc++
%.o: %.f
$(FC) -c $(FFLAGS) $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment