Skip to content

Commit b232c0f

Browse files
authored
Remove extra make in lesson_10_aot_compilation_generate.py (#8907)
1 parent 2b22fef commit b232c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_bindings/tutorial/lesson_10_aot_compilation_generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# This will generate a file lesson_10_halide.py.cpp that still needs
1919
# to be compiled. Use
20-
# make make test_tutorial_lesson_10_aot_compilation_run
20+
# make test_tutorial_lesson_10_aot_compilation_run
2121
# to generate and run a Python module called "lesson_10_halide".
2222

2323
# The benefits of this approach are that the final program:

0 commit comments

Comments
 (0)