all: sssp_nf

%: %.cu simplegraph.h worklist.cuh Timer.h
	nvcc -arch sm_35 $< -o $@
