change name of test file
This commit is contained in:
parent
fae1b41e9d
commit
bab23d801e
2 changed files with 4 additions and 2 deletions
2
Makefile
2
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue