CC=icc CFLAGS=-O3 -fopenmp -qmkl -DUSE_MKL LDFLAGS= mt-dgemm-icc: mt-dgemm.c $(CC) $(CFLAGS) -o mt-dgemm mt-dgemm.c clean: rm mt-dgemm *.o