IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26070 for trunk/operations


Ignore:
Timestamp:
Nov 8, 2009, 11:56:57 AM (17 years ago)
Author:
eugene
Message:

updates from ipp generated during throughtput tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/operations/Makefile.in

    r26068 r26070  
    1 default: php
     1default: install
    22help:
    33        @echo "USAGE: make install"
     
    2424install: $(INPUTS) $(PTOLEMYRC)
    2525
     26uninstall:
     27        rm -f $(INPUTS) || exit
     28        rm -f $(PTOLEMYRC) || exit
     29
    2630# dependency rules #########################
    2731$(DEST)/%/input: $(SRC)/%/input
Note: See TracChangeset for help on using the changeset viewer.