commit f1025f8a2f5817081c096d244d27c08e58090e56 parent 09065798bf0445de3ec4a34ef714bdae3502f198 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Thu, 4 Nov 2021 15:44:41 +0100 tests/cc: Improve clean target Diffstat:
| M | tests/cc/execute/Makefile | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/cc/execute/Makefile b/tests/cc/execute/Makefile @@ -10,5 +10,4 @@ tests: @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