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
  1. ROOTC=$(shell root-config --cflags)
  2. ROOTL=$(shell root-config --glibs)
  3.  
  4. all: combDUTwithTrack
  5.  
  6. combDUTwithTrack: combDUTwithTrack.cpp
  7. g++ $(ROOTC) -o $@ $^ $(ROOTL)
  8.  
  9.  
  10. clean:
  11. rm -f combDUTwithTrack