summaryrefslogtreecommitdiff
path: root/codelite/Makefile
diff options
context:
space:
mode:
authorgeorgehazan <ghazan@miranda.im>2022-05-10 13:42:55 +0300
committergeorgehazan <ghazan@miranda.im>2022-05-10 13:59:15 +0300
commit3f63549751e03b378801fe3e69c0017d81edc7bb (patch)
tree76efc88017ad5ba2c664f2f064a427c98a2e3eea /codelite/Makefile
parente2d5e7a3da31049495e2e43a6856d68709827ccd (diff)
fix for MFilePath under Linux
Diffstat (limited to 'codelite/Makefile')
-rw-r--r--codelite/Makefile4
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