reduce: main.cu *.h
	nvcc -O3 main.cu -o reduce -arch=sm_35

clean:
	rm -f reduce

