change name of test file
This commit is contained in:
parent
fae1b41e9d
commit
bab23d801e
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
||||||
t
|
t
|
||||||
bak
|
bak
|
||||||
|
.comfile
|
||||||
*.o
|
*.o
|
||||||
*.cm[io]
|
*.cm[io]
|
||||||
notrack/*
|
lisc/lo
|
||||||
|
t.out
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ bak: elf.ml lo2.ml
|
||||||
|
|
||||||
test: bak
|
test: bak
|
||||||
@./bak test
|
@./bak test
|
||||||
@cc -O2 -o t tmain.c t.o && ./t
|
@cc -O2 -o t.out tmain.c t.o && ./t.out
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f bak t *.o *.cm[io]
|
rm -f bak t *.o *.cm[io]
|
||||||
|
|
Loading…
Add table
Reference in a new issue