eive-obsw/Justfile
Robin Mueller 9ddea586ea
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
updated build scripts
2021-10-18 18:15:39 +02:00

10 lines
269 B
Makefile

python_script := './cmake/scripts/cmake-build-cfg.py'
default: q7s-debug-make
q7s-debug-make:
{{python_script}} -o linux -g make -b debug -t "arm/q7s" -l build-Debug-Q7S
q7s-debug-ninja:
{{python_script}} -o linux -g ninja -b debug -t "arm/q7s" -l build-Debug-Q7S