demo: remove old obj files

This commit is contained in:
Sebastien Bourdeauducq 2021-09-22 15:01:14 +08:00
parent 8acb39f31f
commit db14b4b635
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ if [ -z "$1" ]; then
exit 1
fi
rm -f *.o
../../target/release/nac3standalone $1
clang -Wall -O2 -o $1.elf demo.c module*.o
./$1.elf