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