# Type make to make any OpenMP program in this directory CC = icc CFLAGS = -openmp $@: $(CC) $(CFLAGS) $@.c $(LDFLAGS) -o $@