shithub: scc

Download patch

ref: 970841705f1d80dcbd2717d42545b10220fad35e
parent: ed326ceb48992680934f1c82c387893b0ccf1af0
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Feb 3 06:37:48 EST 2018

[as] Improve clean rule in Makefile

--- a/as/Makefile
+++ b/as/Makefile
@@ -24,10 +24,10 @@
 	./gendep.sh $(TARGETS)
 
 clean:
-	rm -f *.o
-	rm -f target/*/*.o
+	rm -f *.o target/*/*.o
 	rm -f target/*/*tbl.c
 	rm -f as-*
+	rm -f *.log
 
 distclean: clean
 	rm -f makefile