aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminux <minux.ma@gmail.com>2014-04-12 01:10:58 -0400
committerminux <minux.ma@gmail.com>2014-04-12 01:10:58 -0400
commit469ae3a7e57aba6fd0f53afdf2657d8f1a439928 (patch)
tree5f4b6b1edb93cfbe4c817692dd11e6e77d7df346
parentb8eb7dd8e8ceec65d10a95989daf96f6f82e47a3 (diff)
downloadtinycc-469ae3a7e57aba6fd0f53afdf2657d8f1a439928.tar.gz
tinycc-469ae3a7e57aba6fd0f53afdf2657d8f1a439928.tar.bz2
build: ignore and properly clean tests/vla_test
-rw-r--r--.gitignore1
-rw-r--r--tests/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ad56048..348aba7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ tests/tests2/fred.txt
tests/tests2/*.exe
tests/hello
tests/abitest-*cc
+tests/vla_test
.gdb_history
tcc.1
tcc.pod
diff --git a/tests/Makefile b/tests/Makefile
index ee0eafe..e3824ba 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -241,5 +241,5 @@ clean:
$(MAKE) -C tests2 $@
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \
*-cc *-tcc *.exe \
- hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
+ hello libtcc_test vla_test tcctest[1234] ex? tcc_g tcclib.h \
../lib/libtcc1.a