Progress towards ninja build.

This commit is contained in:
Brad Nelson
2023-12-22 18:31:38 -08:00
parent 16e15d6f07
commit 2c726611a0
2 changed files with 140 additions and 0 deletions

View File

@ -166,6 +166,11 @@ fast: posix esp32_sim esp32
targets: $(TARGETS)
tests: $(TESTS)
n:
mkdir -p out
tools/configure.py >out/build.ninja
ninja -C out/
clean-esp32:
rm -rf $(ESP32)/esp32*_build $(ESP32)/esp32*_cache