Skip to content

Commit 91d38e9

Browse files
committed
Fixed name of a file in the Makefile
1 parent 07ae1f3 commit 91d38e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/nvtx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inst_nvtx.o: inst_nvtx.cpp Makefile
3838
manual_nvtx: manual_nvtx.cu Makefile
3939
nvcc -Xcompiler -export-dynamic -DUSE_NVTX -arch=sm_20 -lnvToolsExt -o manual_nvtx manual_nvtx.cu
4040

41-
compiler_inst_nvtx: compiler_inst_nvtx1.cu Makefile inst_nvtx.o
41+
compiler_inst_nvtx: compiler_inst_nvtx.cu Makefile inst_nvtx.o
4242
nvcc -Xcompiler -export-dynamic -Xcompiler -fPIC -Xcompiler -finstrument-functions -arch=sm_20 inst_nvtx.o -ldl -lnvToolsExt -o compiler_inst_nvtx compiler_inst_nvtx1.cu
4343

4444
clean:

0 commit comments

Comments
 (0)