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