Skip to content

Commit 949aa8f

Browse files
committed
Add missing space
1 parent 78f9b53 commit 949aa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ \subsection{The Simplest Module}
264264
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
265265
\end{code}
266266
267-
In \verb|Makefile|, \verb|$(CURDIR)| can be set to the absolute pathname of the current working directory(after all \verb|-C| options are processed, if any).
267+
In \verb|Makefile|, \verb|$(CURDIR)| can be set to the absolute pathname of the current working directory (after all \verb|-C| options are processed, if any).
268268
See more about \verb|CURDIR| in \href{https://www.gnu.org/software/make/manual/make.html}{GNU make manual}.
269269

270270
And finally, just run \verb|make| directly.

0 commit comments

Comments
 (0)