CFLAGS += -fopenmp $(shell pkg-config --cflags libjpeg) -ffast-math -O3 LDFLAGS += -fopenmp $(shell pkg-config --libs libjpeg) blurrerbox: blurrerbox.c .PHONY: clean clean: rm -f blurrerbox