Changeset 828


Ignore:
Timestamp:
02/17/06 15:02:59 (18 years ago)
Author:
mar637
Message:

added STWriter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r818 r828  
    9393             STWeather.o \
    9494             STFrequencies.o \
     95             STWriter.o \
    9596             RowAccumulator.o \
    9697             STSelector.o
     
    113114             STWeather.h \
    114115             STFrequencies.h \
    115              SDDefs.h \
     116             STDefs.h \
     117             STWriter.h \
    116118             STSelector.h
    117119
     
    162164realclean : clean cleanso
    163165
    164 test: tFiller.o objects
     166test: objects tasap2.o
    165167        -@ echo
    166           $(LD) -g -o /tmp/tFiller $(OBJECTS) $(LIBS) tFiller.o
     168          $(LD) -g -o /tmp/tasap2 $(OBJECTS) $(LIBS) tasap2.o
Note: See TracChangeset for help on using the changeset viewer.