shithub: scc

Download patch

ref: 00d5bab0a1975bb9bb2d888f1945595afe1b7bdb
parent: cf963771888825f268769131531b7c5f51b8fb04
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Oct 30 02:28:48 EDT 2021

libmach: Remove objects in subdirectories

After libmach went to single Makefile approach we lost recursive
clean, so objects were not cleared.

--- a/src/libmach/Makefile
+++ b/src/libmach/Makefile
@@ -44,5 +44,6 @@
 
 clean:
 	rm -f $(TBLS) objlst.mk
+	rm -f */*.o
 
 include deps.mk