commit bab23d801eb12767f12ae8a04c24fdb29ece5aa8 parent fae1b41e9d6f18b719a99e91a4219896d9c19677 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Thu, 11 Jun 2015 08:49:46 -0400 change name of test file Diffstat:
| M | .gitignore | | | 4 | +++- |
| M | Makefile | | | 2 | +- |
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,5 +1,7 @@ t bak +.comfile *.o *.cm[io] -notrack/* +lisc/lo +t.out diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ bak: elf.ml lo2.ml test: bak @./bak test - @cc -O2 -o t tmain.c t.o && ./t + @cc -O2 -o t.out tmain.c t.o && ./t.out clean: rm -f bak t *.o *.cm[io]