aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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