Changeset 20b4e44 for app/Makefile


Ignore:
Timestamp:
03/19/08 12:29:21 (16 years ago)
Author:
pawelk <pawelk@…>
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)
Message:

Wersja niestabilna, zawiera wstepne poprawki.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@13 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Makefile

    rb2647de r20b4e44  
    5555.PHONY: components 
    5656components: 
     57        cd $(SRC_DIR)/lib && make; cd $(CUR_DIR) 
     58         
    5759        @for cmp in $(COMPONENTS); do\ 
    5860                cd $(SRC_DIR)/$$cmp && make && make copy; cd $(CUR_DIR); \ 
Note: See TracChangeset for help on using the changeset viewer.