Changeset afe0764 for protocols/yahoo/Makefile
- Timestamp:
- 2005-12-17T12:40:47Z (19 years ago)
- Branches:
- master
- Children:
- b5a22e3
- Parents:
- 54c5ca1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/Makefile
r54c5ca1 rafe0764 16 16 17 17 # [SH] Phony targets 18 all: yahoo o.o18 all: yahoo_mod.o 19 19 20 20 .PHONY: all clean distclean … … 33 33 @$(CC) -c $(CFLAGS) $< -o $@ 34 34 35 yahoo o.o: $(objects)36 @echo '*' Linking yahoo o.o37 @$(LD) $(LFLAGS) $(objects) -o yahoo o.o35 yahoo_mod.o: $(objects) 36 @echo '*' Linking yahoo_mod.o 37 @$(LD) $(LFLAGS) $(objects) -o yahoo_mod.o
Note: See TracChangeset
for help on using the changeset viewer.