diff options
| author | minux <minux.ma@gmail.com> | 2014-04-12 01:10:58 -0400 |
|---|---|---|
| committer | minux <minux.ma@gmail.com> | 2014-04-12 01:10:58 -0400 |
| commit | 469ae3a7e57aba6fd0f53afdf2657d8f1a439928 (patch) | |
| tree | 5f4b6b1edb93cfbe4c817692dd11e6e77d7df346 | |
| parent | b8eb7dd8e8ceec65d10a95989daf96f6f82e47a3 (diff) | |
| download | tinycc-469ae3a7e57aba6fd0f53afdf2657d8f1a439928.tar.gz tinycc-469ae3a7e57aba6fd0f53afdf2657d8f1a439928.tar.bz2 | |
build: ignore and properly clean tests/vla_test
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tests/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |
