chundoong-lab-ta/SHPC2023/double-buffering/Makefile

8 lines
62 B
Makefile

all: main
main: main.cu
nvcc -o $@ $^
clean: main
rm main