eive-obsw/Justfile

13 lines
369 B
Makefile
Raw Normal View History

2021-10-18 18:15:39 +02:00
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
2022-01-10 14:02:58 +01:00
q7s-release-make:
{{python_script}} -o linux -g make -b release -t "arm/q7s" -l build-Release-Q7S
2021-10-18 18:15:39 +02:00
q7s-debug-ninja:
{{python_script}} -o linux -g ninja -b debug -t "arm/q7s" -l build-Debug-Q7S