Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 753c7a5

Browse files
committed
Remove an outdated sentence
That is not using `$^` anymore
1 parent 1f9a138 commit 753c7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.nw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Importantly also, \texttt{include} causes Make to restart from scratch after one
323323

324324
\subsubsection{Linking and fixing the ROM}\label{sec:linking}
325325

326-
Once all of the object files are generated, we can link them all together (notice the use of \texttt{\$\^{}}!), and fix the ROM.
326+
Once all of the object files are generated, we can link them all together, and fix the ROM.
327327
Two variables are used here (\texttt{SYMFILE} and \texttt{MAPFILE}), purely for readability's sake.
328328

329329
Notice that this recipe unconditionally assembles the build date file: that ensures that the build date is always refreshed.

0 commit comments

Comments
 (0)