summaryrefslogtreecommitdiff
path: root/codelite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'codelite/Makefile')
-rw-r--r--codelite/Makefile8
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