- Timestamp:
- 02/21/12 20:02:51 (13 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rcfdf333 re7de6cc 41 41 # ------------------------------------------------------------------ 42 42 .PHONY: clean 43 clean: clean_components clean_documentation clean_config 43 clean: clean_components clean_documentation clean_config clean_config_mak 44 44 @echo "All files cleaned successfully!" 45 45 … … 58 58 clean_config: 59 59 cd $(CUR_DIR)/conf && make clean; cd $(CUR_DIR) 60 61 .PHONY: clean_config_mak 62 clean_config_mak: 63 rm config.mak || true 60 64 61 65 # ------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.