Date: Sat, 17 Feb 2001 15:20:33 -0500 From: "G. Jason Middleton" <gmid...@gl.umbc.edu> Sender: owne...@FreeBSD.ORG
can someone tell me exactly what the command make clean does?
Literally, it does whatever the person who wrote the Makefile wants it to do. 'clean' is simply a make target.
Normally 'make clean' will delete any files created by a 'make all' or most any other 'make'.
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message