summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-03-09 20:10:06 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-03-09 20:11:02 +0000
commit55cae8e439664b764d4bd11306c754c97f0df15d (patch)
tree5bb4f2c7116b1027df04e8a3b1ca5aec14644224
parent7c2261b8eef7a22a9a33a73d0a5f12039973ed5b (diff)
Remove asm-c-connect-sep in tests clean target
Origin: vendor Forwarded: http://repo.or.cz/tinycc.git/commit/e76058c478f37f22998fc59044f8cbbf59a66584 Last-Update: 2018-03-09 Applied-Upstream: commit:e76058c478f37f22998fc59044f8cbbf59a66584
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 5f6777d..d3c49fb 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -279,7 +279,7 @@ cache: tcc_g
clean:
rm -f *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.gcc
rm -f *-cc *-gcc *-tcc *.exe hello libtcc_test vla_test tcctest[1234]
- rm -f asm-c-connect$(EXESUF)
+ rm -f asm-c-connect$(EXESUF) asm-c-connect-sep$(EXESUF)
rm -f ex? tcc_g weaktest.*.txt *.def
@$(MAKE) -C tests2 $@
@$(MAKE) -C pp $@