Changes in protocols/oscar/Makefile [afe0764:66c57924]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/Makefile
rafe0764 r66c57924 16 16 17 17 # [SH] Phony targets 18 all: oscar _mod.o18 all: oscarr.o 19 19 20 20 .PHONY: all clean distclean … … 33 33 @$(CC) -c $(CFLAGS) $< -o $@ 34 34 35 oscar _mod.o: $(objects)36 @echo '*' Linking oscar _mod.o37 @$(LD) $(LFLAGS) $(objects) -o oscar _mod.o35 oscarr.o: $(objects) 36 @echo '*' Linking oscarr.o 37 @$(LD) $(LFLAGS) $(objects) -o oscarr.o
Note: See TracChangeset
for help on using the changeset viewer.