From ab501eb2ee93afdbc51aa4f4f331b5b72bdb3a42 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Wed, 22 Apr 2026 10:42:46 -0400 Subject: [PATCH] just: add a command to sync submodules --- .justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.justfile b/.justfile index 2da8707..e3deb0a 100644 --- a/.justfile +++ b/.justfile @@ -83,3 +83,7 @@ sim-build-webcam board="wave_4b": # Run simulator with webcam (builds with V4L2 support) sim-webcam board="wave_4b": (sim-build-webcam board) SDL_VIDEODRIVER=x11 SDL_RENDER_DRIVER=software ./simulator/build/kern_simulator --webcam + +# update subrepo dependencies +dep: + git submodule update --init --recursive