espmake.cmd 242 B

1234567
  1. @echo off
  2. REM remove automatic created obj folder
  3. rd obj /S /Q >nul 2>&1
  4. 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
  5. make -f Makefile %1 %2 %3 %4 %5