change name of test file

This commit is contained in:
Quentin Carbonneaux 2015-06-11 08:49:46 -04:00
parent fae1b41e9d
commit bab23d801e
2 changed files with 4 additions and 2 deletions

View file

@ -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]