shithub: scc

Download patch

ref: 97bfd21a430fbac3267e12e5d67a92a7f5ced8a9
parent: de130303615baffd05af26b8069ba0a588c46bf1
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 14 03:12:57 EST 2017

[ar] Small improvement to the Makefile

--- a/ar/Makefile
+++ b/ar/Makefile
@@ -19,6 +19,6 @@
 
 dep:
 clean:
-	rm -f ar *.o $(DRIVER)/*.o
+	rm -f ar-* *.o $(DRIVER)/*.o
 
 distclean: clean