diff options
-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 $@ |