Changeset 20b4e44 for app/Makefile
- Timestamp:
- 03/19/08 12:29:21 (17 years ago)
- Branches:
- master, help
- Children:
- 389de9a
- Parents:
- d593c5e
- git-author:
- pawelk <pawelk@…> (03/19/08 12:29:21)
- git-committer:
- pawelk <pawelk@…> (03/19/08 12:29:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Makefile
rb2647de r20b4e44 55 55 .PHONY: components 56 56 components: 57 cd $(SRC_DIR)/lib && make; cd $(CUR_DIR) 58 57 59 @for cmp in $(COMPONENTS); do\ 58 60 cd $(SRC_DIR)/$$cmp && make && make copy; cd $(CUR_DIR); \
Note: See TracChangeset
for help on using the changeset viewer.