Most Linux apps are compiled with:
make
make install clean
As I understand it, the make
command takes names of build targets as arguments. So for example install
is usually a target that copies some files to standard locations, and clean
is a target that removes temporary files.
But what target will make
build if no arguments are specified (e.g. the first command in my example)?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…