Skip to content

Commit 1e4ab19

Browse files
committed
modify Makefile
1 parent 96c1d2c commit 1e4ab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smallpt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default: all
2222
all: smallpt smallpt4k
2323

2424
smallpt: smallpt.cpp Makefile
25-
$(CPP) $(CPPFLAGS) -o smallpt-omp smallpt.cpp
25+
$(CPP) $(CPPFLAGS) -o smallpt smallpt.cpp
2626

2727
clean:
2828
-rm smallpt smallpt4k smallpt-omp smallpt-cuda

0 commit comments

Comments
 (0)