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

remove dictionary file used in stressMathCore when doing make clean

git-svn-id: http://root.cern.ch/svn/root/trunk@21474 27541ba8-7e3a-0410-8455-c3a389f83636
parent 13584e53
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ else
STRESSMATHLIBS = -lMathCore -lReflex -lCintex
endif
TRACKMATHSRC = TrackMathCoreRflx.$(SrcSuf)
TRACKMATHOBJ = TrackMathCoreRflx.$(ObjSuf)
TRACKMATHLIB = libTrackMathCoreRflx.$(DllSuf)
......@@ -95,6 +96,7 @@ else
STRESSMATHLIBS = -lMathCore
endif
TRACKMATHSRC = TrackMathCoreCint.$(SrcSuf)
TRACKMATHOBJ = TrackMathCoreCint.$(ObjSuf)
TRACKMATHLIB = libTrackMathCoreCint.$(DllSuf)
......@@ -602,7 +604,7 @@ endif
clean:
@rm -f $(OBJS) core
@rm -f $(OBJS) $(TRACKMATHSRC) core
distclean: clean
-@mv -f linearIO.root linearIO.roott
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment