diff options
author | ghazan <ghazan@miranda.im> | 2021-12-19 18:47:56 +0300 |
---|---|---|
committer | ghazan <ghazan@miranda.im> | 2021-12-19 18:47:56 +0300 |
commit | 16809066c4931a34de2403e4c0bfcee3b98f42b5 (patch) | |
tree | b51fa56f16f3673f9213c1f022f293f21bfc3351 /codelite/Makefile | |
parent | c8fbefe8f38a74bfaea88a195c71a6e0c94c7a6a (diff) |
further code cleaning
Diffstat (limited to 'codelite/Makefile')
-rw-r--r-- | codelite/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/codelite/Makefile b/codelite/Makefile index 04521d512f..109553266c 100644 --- a/codelite/Makefile +++ b/codelite/Makefile @@ -1,12 +1,8 @@ .PHONY: clean All All: - @echo "----------Building project:[ mir_core - Release ]----------" - @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" - @echo "----------Building project:[ mir_app - Release ]----------" + @echo "----------Building project:[ mir_app - Debug ]----------" @cd "/var/www/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk" clean: - @echo "----------Cleaning project:[ mir_core - Release ]----------" - @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean - @echo "----------Cleaning project:[ mir_app - Release ]----------" + @echo "----------Cleaning project:[ mir_app - Debug ]----------" @cd "/var/www/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk" clean |