Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:16

0001 .PHONY: all clean
0002 
0003 all: uGTrates
0004 
0005 clean:
0006         rm -f uGTrates
0007 
0008 uGTrates: uGTrates.cc
0009         g++ uGTrates.cc -o uGTrates $(shell root-config --cflags --ldflags --libs)