diff options
-rwxr-xr-x | tests/test3/compil.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test3/compil.sh b/tests/test3/compil.sh index 023d012..fe91520 100755 --- a/tests/test3/compil.sh +++ b/tests/test3/compil.sh @@ -1 +1 @@ -gcc -g -o test2 test2.c -lftdi -lrt +gcc -g -o test3 test3.c -lftdi -lrt |