diff options
| author | ghazan <ghazan@miranda.im> | 2021-12-19 16:56:44 +0300 |
|---|---|---|
| committer | ghazan <ghazan@miranda.im> | 2021-12-19 16:56:44 +0300 |
| commit | f37d8e059796ae661318656939d577198c67db3b (patch) | |
| tree | c63dc007c02787560b286ebfaaf0d42c2c881956 /codelite/Makefile | |
| parent | 412a979505cdb849e4adb3b5ac6c16aedf7cdcf7 (diff) | |
header files fix to eliminate Windows types for mir_app
Diffstat (limited to 'codelite/Makefile')
| -rw-r--r-- | codelite/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/codelite/Makefile b/codelite/Makefile index fa195bea86..04521d512f 100644 --- a/codelite/Makefile +++ b/codelite/Makefile @@ -3,6 +3,10 @@ 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 ]----------" + @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 + @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean + @echo "----------Cleaning project:[ mir_app - Release ]----------" + @cd "/var/www/miranda-ng/src/mir_app" && "$(MAKE)" -f "mir_app.mk" clean |
