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