Newer
Older
TB_Chris / TbUT / scripts / AddTrigTracks / .svn / text-base / Makefile.svn-base
@iaro iaro on 9 May 2016 200 bytes first attempt of automated anal
ROOTC=$(shell root-config --cflags)
ROOTL=$(shell root-config --glibs)

all: combDUTwithTrack

combDUTwithTrack: combDUTwithTrack.cpp
	g++ $(ROOTC) -o $@ $^ $(ROOTL) 


clean:
	rm -f combDUTwithTrack