a chapter about make

This commit is contained in:
tTh
2024-01-11 01:42:44 +01:00
parent 95c17583f5
commit c09df69af3
2 changed files with 8 additions and 0 deletions

7
chap/Makefile.tex Normal file
View File

@@ -0,0 +1,7 @@
\chapter{Makefile}
\label{chap:Makefile}
\index{Makefile} \index{make}
"make -C dir" tells "make" to change to the specified directory before
doing anything else.