Convenience script for building both esp8266 and esp32 toolchains:
make esp8266
make esp32
Uses pfalcon's esp-open-sdk for the esp8266 toolchain (in toolchain-only mode), and the official Espressif repo for the esp32 toolchain.
Based on the nodemcu-prebuilt-toolchains script.