summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 20:49:11 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 20:49:11 +0200
commitb3bfd9fe27ccbece2070b2e6f95f15bee866231b (patch)
treee3d25f4551e3d66a9b265dd1b7c6978468bfe963 /plugins
parent77292b4254a78cb286991589bc2796761e621bb0 (diff)
fix folder path
Diffstat (limited to 'plugins')
-rw-r--r--plugins/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index 7a643c2b..03bb1427 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -1,7 +1,7 @@
 all:
 #	@cd ewc
 #	@-$(MAKE) /nologo /s /f makefile.mak $@
-	@cd ..\lua
+	@cd lua
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\python
 	@-$(MAKE) /nologo /s /f makefile.mak $@