IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5614


Ignore:
Timestamp:
Nov 28, 2005, 10:31:23 AM (21 years ago)
Author:
eugene
Message:

fixed makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstest/Makefile

    r5613 r5614  
    1 default: pstest
     1default: tests
    22help:
    33        @echo "USAGE: make pstest"
     
    1616CFLAGS  =       $(INCS) -std=c99 -Wall -Werror -g
    1717LFLAGS  =       $(LIBS)
    18 
    19 PSTEST = \
    20 $(SRC)/pstest.$(ARCH).o            \
    21 $(SRC)/psLibUtils.$(ARCH).o        \
    22 $(SRC)/pstArguments.$(ARCH).o
    23 
    24 pstest: $(BIN)/pstest.$(ARCH)
    25 $(BIN)/pstest.$(ARCH) : $(PSTEST)
    26 $(PSTEST): $(SRC)/pstest.h
    27 
    28 INSTALL = pstest
    2918
    3019TESTS = \
Note: See TracChangeset for help on using the changeset viewer.