diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-08 14:40:58 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-08 14:40:58 +0100 |
commit | a75f7e799b29c7e8b8388f3a968704c86f6bd1b2 (patch) | |
tree | 1155867282366a6171ed613a380bea460f916107 /tests | |
parent | ace0bf56d159abc8d7b07535ec7391c85c7e55a8 (diff) |
Yeah, Makefiles are hard
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/build-stm32f446re-nucleo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build-stm32f446re-nucleo b/tests/build-stm32f446re-nucleo index 8c9f899..d3c815f 100755 --- a/tests/build-stm32f446re-nucleo +++ b/tests/build-stm32f446re-nucleo @@ -7,7 +7,7 @@ touch .config apps="countertest deflatetest donothing ledblink sysinfo" -make arch=stm32f446re-nucleo ext/libopencm3/lib/libopencm3_stm32f4.a +make arch=stm32f446re-nucleo app=ledblink ext/libopencm3/lib/libopencm3_stm32f4.a for app in $apps; do find src -name '*.o' -delete |