Added dir command
This commit is contained in:
parent
62e5a06b39
commit
a9feb9f330
3
Makefile
3
Makefile
@ -53,7 +53,8 @@ setup: include lib
|
|||||||
submodules:
|
submodules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
ifeq ($(platform), Windows)
|
ifeq ($(platform), Windows)
|
||||||
echo if errorlevel gtr 7 exit errorlevel > CheckCopyError.bat
|
echo if errorlevel gtr 7 exit errorlevel > "CheckCopyError.bat"
|
||||||
|
dir
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Copy the relevant header files into includes
|
# Copy the relevant header files into includes
|
||||||
|
Loading…
Reference in New Issue
Block a user