cuda-0.1: examples/src/bandwidthTest/Makefile
#
# Baking!
#
# ------------------------------------------------------------------------------
# Input files
# ------------------------------------------------------------------------------
EXECUTABLE := bandwidthTest
HSMAIN := BandwidthTest.hs
CUFILES :=
EXTRALIBS :=
# ------------------------------------------------------------------------------
# Haskell/CUDA build system
# ------------------------------------------------------------------------------
include ../../common/common.mk