diff options
Diffstat (limited to 'codelite/Makefile')
-rw-r--r-- | codelite/Makefile | 8 |
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 |