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 cmake --build ./build --config Debug --target all -j 10
all: all:
make clear make clear
make protocols make protocols
make release make release