Changeset 7281ad1 for protocols/twitter/Makefile
- Timestamp:
- 2012-09-15T15:59:17Z (12 years ago)
- Branches:
- master
- Children:
- b3d99e3
- Parents:
- 68709f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
r68709f5 r7281ad1 38 38 $(objects): %.o: $(_SRCDIR_)%.c 39 39 @echo '*' Compiling $< 40 @$(CC) -c $(CFLAGS) $ < -o $@40 @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ 41 41 42 42 twitter_mod.o: $(objects)
Note: See TracChangeset
for help on using the changeset viewer.