mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 07:54:00 +01:00
7 lines
242 B
Batchfile
7 lines
242 B
Batchfile
@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 |