CFLAGS = -std=c11 -Wall -Wextra -Wpedantic -fopenmp
LDFLAGS = -fopenmp

all: openmp0 openmp1 openmp2

clean:
	$(RM) openmp0 openmp1 openmp2
