ref: f1025f8a2f5817081c096d244d27c08e58090e56
parent: 09065798bf0445de3ec4a34ef714bdae3502f198
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Nov 4 11:44:41 EDT 2021
tests/cc: Improve clean target
--- a/tests/cc/execute/Makefile
+++ b/tests/cc/execute/Makefile
@@ -10,5 +10,4 @@
@CC=$(CC) ./chktest.sh scc-tests.lst
clean:
- rm -f *.as *.o *.ir *.qbe *core* test.log
-
+ rm -f a.out *.s *.s *.as *.o *.ir *.qbe *core* test.log