PROJECT = vectorhypot

SRCS = main.cc oclUtils.cpp shrUtils.cpp cmd_arg_reader.cpp

CXXFLAGS += -I.

OPTS ?= 

include ../common.mk

