Update Makefile

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

View File

@ -3433,6 +3433,10 @@ dznrm2.$(SUFFIX) : nrm2.c
smallscaling: smallscaling.c ../$(LIBNAME) smallscaling: smallscaling.c ../$(LIBNAME)
$(CC) $(CFLAGS) -o $(@F) $^ $(EXTRALIB) -fopenmp -lm -lpthread $(CC) $(CFLAGS) -o $(@F) $^ $(EXTRALIB) -fopenmp -lm -lpthread
sgemv_bench : sgemv_bench.c ../$(LIBNAME)
$(CC) $(CFLAGS) -o $(@F) $^ $(CEXTRALIB) $(EXTRALIB) $(FEXTRALIB) -lm
clean :: clean ::
@rm -f *.goto *.mkl *.acml *.atlas *.veclib *.essl smallscaling @rm -f *.goto *.mkl *.acml *.atlas *.veclib *.essl smallscaling