diff options
author | xengineering <me@xengineering.eu> | 2025-04-07 21:22:36 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-07 21:22:36 +0200 |
commit | 1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591 (patch) | |
tree | 5ded16a50b87cf557ffea7c062851a6f5c062d66 | |
parent | ee1dea051b0a43c02cf56dfc6a812c1a32910bc6 (diff) | |
download | iot-contact-1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591.tar iot-contact-1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591.tar.zst iot-contact-1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591.zip |
Simplify artifacts directory
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ mkdir ~/mcuboot The project is built with the Meson build system. ``` -meson setup build -meson compile -C build +meson setup build --prefix / +ninja -C build meson install -C build --destdir artifacts ``` |