Ticket #10369: Makefile

File Makefile, 126 bytes (added by Jiri Kraus <jkraus@…>, 8 years ago)

Reproducer

Line 
1all: test
2
3test: test.cu Makefile
4 nvcc -ccbin icc -arch=sm_20 -I$(BOOST_INC_PATH) -o test test.cu
5
6.PONY. clean:
7 rm -f test