mirror of https://github.com/jeelabs/esp-link.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
242 B
7 lines
242 B
9 years ago
|
@echo off
|
||
|
|
||
|
REM remove automatic created obj folder
|
||
|
rd obj /S /Q >nul 2>&1
|
||
|
|
||
|
PATH=%PATH%;C:\Espressif\xtensa-lx106-elf\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\espressif\git-bin;C:\espressif\java-bin;C:\Python27
|
||
|
make -f Makefile %1 %2 %3 %4 %5
|