diff options
| author | georgehazan <ghazan@miranda.im> | 2022-05-10 13:42:55 +0300 |
|---|---|---|
| committer | georgehazan <ghazan@miranda.im> | 2022-05-10 13:59:15 +0300 |
| commit | 3f63549751e03b378801fe3e69c0017d81edc7bb (patch) | |
| tree | 76efc88017ad5ba2c664f2f064a427c98a2e3eea /codelite/Makefile | |
| parent | e2d5e7a3da31049495e2e43a6856d68709827ccd (diff) | |
fix for MFilePath under Linux
Diffstat (limited to 'codelite/Makefile')
| -rw-r--r-- | codelite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codelite/Makefile b/codelite/Makefile index 14c2eb4b35..6592977f9f 100644 --- a/codelite/Makefile +++ b/codelite/Makefile @@ -2,7 +2,7 @@ All: @echo "----------Building project:[ mir_core - Debug ]----------" - @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" + @cd "/home/ghazan/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean: @echo "----------Cleaning project:[ mir_core - Debug ]----------" - @cd "/var/www/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean + @cd "/home/ghazan/miranda-ng/src/mir_core" && "$(MAKE)" -f "mir_core.mk" clean |
