Skip to content

Commit e948b11

Browse files
authored
Merge pull request #205 from xexyl/typo-next-makefile
2 parents 91d3392 + feab667 commit e948b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next/Makefile.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ ${PROG}.alt: ${PROG}.alt.c
217217

218218
# suggested way(s) to run alt code, if you include a prog.alt.c
219219
#
220-
# XXX - You are better off supplying a try.sh script, than using a try Makefile rule.
220+
# XXX - You are better off supplying a try.alt.sh script, than using a try.alt Makefile rule.
221221
#
222-
# XXX - If you have a try.sh script, then please remove this try.alt rule
222+
# XXX - If you have a try.alt.sh script, then please remove this try.alt rule
223223
#
224224
# XXX - If you do NOT have a prog.alt.c, then please remove this try.alt rule from your Makefile
225225
#

0 commit comments

Comments
 (0)