Fork me on GitHub

Changes in Makefile [479f808:7955405] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r479f808 r7955405  
    21082108        @rm $@.arch $@.base
    21092109
    2110 %Dict$(PcmSuf):
     2110$(DELPHES_DICT_PCM): %Dict$(PcmSuf):
     2111        @echo ">> Copying $@"
     2112        @cp $< $@
     2113
     2114$(FASTJET_DICT_PCM): %Dict$(PcmSuf):
     2115        @echo ">> Copying $@"
     2116        @cp $< $@
     2117
     2118$(DISPLAY_DICT_PCM): %Dict$(PcmSuf):
    21112119        @echo ">> Copying $@"
    21122120        @cp $< $@
Note: See TracChangeset for help on using the changeset viewer.