CUFLAGS  += -arch=sm_75
CXXFLAGS += -g

all: vecinit vecinit_managed vecsmooth vecsmooth_manduca

%: %.cu
	nvcc $(CXXFLAGS) $(CUFLAGS) $< -o $@
