Changes in protocols/twitter/Makefile [65d0dfd:7281ad1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
r65d0dfd r7281ad1 38 38 $(objects): %.o: $(_SRCDIR_)%.c 39 39 @echo '*' Compiling $< 40 $(VERBOSE)$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@40 @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ 41 41 42 42 twitter_mod.o: $(objects) 43 43 @echo '*' Linking twitter_mod.o 44 $(VERBOSE)$(LD) $(LFLAGS) $(objects) -o twitter_mod.o44 @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o 45 45 46 46 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.