add make all

This commit is contained in:
vaxerski 2022-07-01 23:07:53 +02:00
parent 05c4b91f95
commit 1f6eb58d1b
1 changed files with 6 additions and 1 deletions

View File

@ -43,3 +43,8 @@ release:
debug:
mkdir -p build && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -H./ -B./build -G Ninja
cmake --build ./build --config Debug --target all -j 10
all:
make clear
make protocols
make release