diff --git a/Justfile b/Justfile index f9d9504b..278ace99 100644 --- a/Justfile +++ b/Justfile @@ -5,5 +5,8 @@ default: q7s-debug-make q7s-debug-make: {{python_script}} -o linux -g make -b debug -t "arm/q7s" -l build-Debug-Q7S +q7s-release-make: + {{python_script}} -o linux -g make -b release -t "arm/q7s" -l build-Release-Q7S + q7s-debug-ninja: {{python_script}} -o linux -g ninja -b debug -t "arm/q7s" -l build-Debug-Q7S