fix folder path
This commit is contained in:
parent
77292b4254
commit
b3bfd9fe27
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue