Skip to content
Snippets Groups Projects
Commit fffe7a66 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Fix Makefile for tests

parent 67ef1925
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ CXXFLAGS += -DNDIM2=$(NDIM2) ...@@ -78,7 +78,7 @@ CXXFLAGS += -DNDIM2=$(NDIM2)
endif endif
LIBS = -L$(ROOTSYS)/lib -lCore -lCint -lMathCore -lMatrix -lGenVector LIBS = -L$(ROOTSYS)/lib -lCore -lCling -lMathCore -lMatrix -lGenVector
MATRIXOPOBJ = testOperations.$(ObjSuf) MATRIXOPOBJ = testOperations.$(ObjSuf)
MATRIXOPSRC = testOperations.$(SrcSuf) MATRIXOPSRC = testOperations.$(SrcSuf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment