summaryrefslogtreecommitdiff
path: root/codelite
diff options
context:
space:
mode:
authorghazan <ghazan@miranda.im>2022-03-15 14:42:24 +0300
committerghazan <ghazan@miranda.im>2022-03-15 14:42:24 +0300
commit25e7342fbc71b4cd2f31432cac614150d2ceb076 (patch)
tree7cfd975a5e266c7510697d95e89b88e640d7d4ed /codelite
parent152bd3a7503805978ba7c9fd4f62caf74547c20b (diff)
file iterators, first version
Diffstat (limited to 'codelite')
-rw-r--r--codelite/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/codelite/Makefile b/codelite/Makefile
index 109553266c..14c2eb4b35 100644
--- a/codelite/Makefile
+++ b/codelite/Makefile
@@ -1,8 +1,8 @@
.PHONY: clean All
All:
- @echo "----------Building project:[ mir_app - Debug ]----------"
- @cd "/var/www/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk"
+ @echo "----------Building project:[ mir_core - Debug ]----------"
+ @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk"
clean:
- @echo "----------Cleaning project:[ mir_app - Debug ]----------"
- @cd "/var/www/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk" clean
+ @echo "----------Cleaning project:[ mir_core - Debug ]----------"
+ @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean