diff --git a/example/Makefile b/example/Makefile index 8f8c96fb..a49b717e 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,6 +1,6 @@ c906_m1_f16: - riscv64-unknown-linux-gnu-gcc c906_mobilenetv1_f16.c -o c906_mobilenetv1_f16.elf -I../include ../install_nn2/lib/libshl_c906.a -lm -static + riscv64-unknown-linux-gnu-gcc c906_mobilenetv1_f16.c -o c906_mobilenetv1_f16.elf -I../include ../install_nn2/c906/lib/libshl_c906.a -lm -static clean: rm -rf *.elf