Changeset e7de6cc for Makefile


Ignore:
Timestamp:
02/21/12 20:02:51 (12 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
b242df2
Parents:
354ba3d
git-author:
Tomasz Obrebski <to@…> (02/21/12 20:02:51)
git-committer:
Tomasz Obrebski <to@…> (02/21/12 20:02:51)
Message:

new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcfdf333 re7de6cc  
    4141# ------------------------------------------------------------------ 
    4242.PHONY: clean 
    43 clean: clean_components clean_documentation clean_config 
     43clean: clean_components clean_documentation clean_config clean_config_mak 
    4444        @echo "All files cleaned successfully!" 
    4545 
     
    5858clean_config: 
    5959        cd $(CUR_DIR)/conf && make clean; cd $(CUR_DIR) 
     60 
     61.PHONY: clean_config_mak 
     62clean_config_mak: 
     63        rm config.mak || true 
    6064 
    6165# ------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.