PROJECT = mri-q

SRCS = main.cc args.c parboil_opencl.c ocl.c gpu_info.c file.cc computeQ.c

CXXFLAGS += -I.

OPTS ?= 

include ../common.mk
