Merge pull request #1 from andresmaldonado2/main

Fixes spacing issue in Makefile
This commit is contained in:
Vaxry 2022-07-03 23:39:58 +02:00 committed by GitHub
commit 02c4e769bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,6 @@ debug:
cmake --build ./build --config Debug --target all -j 10
all:
make clear
make protocols
make release
make clear
make protocols
make release