Changeset 65d0dfd for protocols/twitter
- Timestamp:
- 2017-03-12T04:16:58Z (8 years ago)
- Branches:
- master
- Children:
- 08b0ed8
- Parents:
- 262a82b
- git-author:
- Tim Harder <radhermit@…> (20-01-17 21:17:25)
- git-committer:
- dx <dx@…> (12-03-17 04:16:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
r262a82b r65d0dfd 38 38 $(objects): %.o: $(_SRCDIR_)%.c 39 39 @echo '*' Compiling $< 40 @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@40 $(VERBOSE) $(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ 41 41 42 42 twitter_mod.o: $(objects) 43 43 @echo '*' Linking twitter_mod.o 44 @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o44 $(VERBOSE) $(LD) $(LFLAGS) $(objects) -o twitter_mod.o 45 45 46 46 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.