diff options
| author | ghazan <ghazan@miranda.im> | 2021-11-14 21:55:32 +0300 |
|---|---|---|
| committer | ghazan <ghazan@miranda.im> | 2021-11-14 21:55:32 +0300 |
| commit | 580af48389fb3f05663b5e28e41a69ca518b9e0f (patch) | |
| tree | cc7f3f069a75f3be200c0cc5ec8e633455ed4ef4 /codelite/Makefile | |
| parent | 7bd49af2bd11afccd38e9c1de443a56022384349 (diff) | |
codelite workspace & mir_core project
Diffstat (limited to 'codelite/Makefile')
| -rw-r--r-- | codelite/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codelite/Makefile b/codelite/Makefile new file mode 100644 index 0000000000..fa195bea86 --- /dev/null +++ b/codelite/Makefile @@ -0,0 +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" +clean: + @echo "----------Cleaning project:[ mir_core - Release ]----------" + @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean |
