PROJECT = lbm

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

CXXFLAGS += -I.

OPTS ?= 

include ../common.mk
