diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 20:49:11 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 20:49:11 +0200 |
commit | b3bfd9fe27ccbece2070b2e6f95f15bee866231b (patch) | |
tree | e3d25f4551e3d66a9b265dd1b7c6978468bfe963 /plugins/makefile.mak | |
parent | 77292b4254a78cb286991589bc2796761e621bb0 (diff) |
fix folder path
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 2 |
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 $@ |