Build status

This commit is contained in:
Alexander Popov 2023-07-30 01:26:15 +03:00
parent fdb193db25
commit 82e034fdd0
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
2 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,4 @@ list_ports
send_receive
listen
abc.txt

View File

@ -14,5 +14,7 @@ for file in \
listen.c \
do
echo -ne "[ ] Building $file...\r"
gcc -static -Wall -O3 -o ${file%.*} $file -lserialport
echo [OK
done