PROJECT = stencil

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

CXXFLAGS += -I.

OPTS ?= 

include ../common.mk
