Restructure.

This commit is contained in:
Brad Nelson
2024-01-01 16:34:02 -08:00
parent a69961d90d
commit 8987068dac
5 changed files with 28 additions and 10 deletions

View File

@ -166,9 +166,10 @@ fast: posix esp32_sim esp32
targets: $(TARGETS)
tests: $(TESTS)
n:
mkdir -p out
tools/configure.py >out/build.ninja
build.ninja: ./configure.py
$<
n: build.ninja
ninja
clean-esp32: