From 1f6eb58d1bfabb598fa0a1b8667211896a6702c4 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 1 Jul 2022 23:07:53 +0200 Subject: [PATCH] add make all --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a20ab6f..cbddaa7 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,9 @@ 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 \ No newline at end of file + cmake --build ./build --config Debug --target all -j 10 + +all: + make clear + make protocols + make release \ No newline at end of file