Changeset f5c0d8e for protocols/Makefile
- Timestamp:
- 2010-08-31T20:06:14Z (14 years ago)
- Branches:
- master
- Children:
- 0c85c08
- Parents:
- 8358691 (diff), 31dbb90a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
r8358691 rf5c0d8e 40 40 41 41 distclean: clean $(subdirs) 42 rm -rf .depend 42 43 43 44 $(subdirs): … … 55 56 @echo '*' Compiling $< 56 57 @$(CC) -c $(CFLAGS) $< -o $@ 58 59 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.