all:
	nvcc constant_iterator.cu -o constant_iterator

clean:
	rm constant_iterator