all: test test: test.cu Makefile nvcc -ccbin icc -arch=sm_20 -I$(BOOST_INC_PATH) -o test test.cu .PONY. clean: rm -f test