commit 3e4141d9a22f20504656c4f3a81cf7b638654748
parent 7099c7eac923e1faaabcf2092763c892c5ce2147
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat,  3 Feb 2018 11:37:48 +0100
[as] Improve clean rule in Makefile
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/as/Makefile b/as/Makefile
@@ -24,10 +24,10 @@ dep:
 	./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