summaryrefslogtreecommitdiff
path: root/codelite/Makefile
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-05-10 20:33:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-05-10 20:33:37 +0300
commitd19032779296481ece089c77a2c180a4f383b788 (patch)
treeaff2f5a6b1a3aedbfb4108fd349e3129d04ee856 /codelite/Makefile
parentd2225bc38d2b7008eec2ba04078587865af935cd (diff)
фиксы перед растаскиванием на части цикла сообщений
Diffstat (limited to 'codelite/Makefile')
-rw-r--r--codelite/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/codelite/Makefile b/codelite/Makefile
index 6592977f9f..1d3910bf48 100644
--- a/codelite/Makefile
+++ b/codelite/Makefile
@@ -1,8 +1,8 @@
.PHONY: clean All
All:
- @echo "----------Building project:[ mir_core - Debug ]----------"
- @cd "/home/ghazan/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk"
+ @echo "----------Building project:[ mir_app - Debug ]----------"
+ @cd "/home/ghazan/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk"
clean:
- @echo "----------Cleaning project:[ mir_core - Debug ]----------"
- @cd "/home/ghazan/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean
+ @echo "----------Cleaning project:[ mir_app - Debug ]----------"
+ @cd "/home/ghazan/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk" clean