tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH] tests/Makefile: Fix an issue in "make clean" whic


From: Yichun Zhang (agentzh)
Subject: [Tinycc-devel] [PATCH] tests/Makefile: Fix an issue in "make clean" which fails to remove the test program asm-c-connect-sep
Date: Wed, 5 Dec 2018 23:04:28 -0800

---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 5f6777d..9aa225d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -277,7 +277,7 @@ cache: tcc_g
 
 # clean
 clean:
-       rm -f *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.gcc
+       rm -f *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.gcc 
asm-c-connect-sep
        rm -f *-cc *-gcc *-tcc *.exe hello libtcc_test vla_test tcctest[1234]
        rm -f asm-c-connect$(EXESUF)
        rm -f ex? tcc_g weaktest.*.txt *.def
-- 
2.11.0.295.gd7dffce




reply via email to

[Prev in Thread] Current Thread [Next in Thread]