<div dir="ltr"><div><div><div><div><div>FYI,<br><br></div>I removed a bunch of aliases for &quot;make clean&quot;, they died part way through as only some directories supported them; they really were no different to &quot;clean&quot;.<br><br>This leaves us with:<br><br></div><div>&quot;make clean&quot; this removes everything built by &quot;make all&quot;.</div><div>One quirk: the second &quot;clean&quot; in &quot;make clean ; make clean&quot; generates <a href="http://Makefile.depend.mk">Makefile.depend.mk</a>, only to then delete it.  It probably shouldn&#39;t.<br></div><div><br></div>&quot;make distclean&quot; deletes everything<br></div>Again with a quirk, the second &quot;distclean&quot; in &quot;make distclean ; make distclean&quot; rebuilds the entire OBJDIR, only to then delete it.  It probably shouldn&#39;t.<br></div><br></div>Andrew<br><br></div>