Update Makefile

This commit is contained in:
Martin Kroeker 2021-03-22 18:04:26 +01:00 committed by GitHub
parent 97c16846ef
commit ef5da666a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3435,6 +3435,7 @@ smallscaling: smallscaling.c ../$(LIBNAME)
sgemv_bench : sgemv_bench.c ../$(LIBNAME)
$(CC) $(CFLAGS) -o $(@F) $^ $(CEXTRALIB) $(EXTRALIB) $(FEXTRALIB) -lm
./sgemv_bench
clean ::