Changeset 828
- Timestamp:
- 02/17/06 15:02:59 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r818 r828 93 93 STWeather.o \ 94 94 STFrequencies.o \ 95 STWriter.o \ 95 96 RowAccumulator.o \ 96 97 STSelector.o … … 113 114 STWeather.h \ 114 115 STFrequencies.h \ 115 SDDefs.h \ 116 STDefs.h \ 117 STWriter.h \ 116 118 STSelector.h 117 119 … … 162 164 realclean : clean cleanso 163 165 164 test: tFiller.o objects166 test: objects tasap2.o 165 167 -@ echo 166 $(LD) -g -o /tmp/t Filler $(OBJECTS) $(LIBS) tFiller.o168 $(LD) -g -o /tmp/tasap2 $(OBJECTS) $(LIBS) tasap2.o
Note:
See TracChangeset
for help on using the changeset viewer.