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