quiet
This commit is contained in:
parent
e84528359c
commit
ff14ce3197
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -6,8 +6,8 @@ bak: elf.ml lo2.ml
|
|||
ocamlc -g -o bak elf.ml lo2.ml
|
||||
|
||||
test: bak
|
||||
./bak test
|
||||
cc -o t tmain.c t.o && ./t
|
||||
@./bak test
|
||||
@cc -o t tmain.c t.o && ./t
|
||||
|
||||
clean:
|
||||
rm -f bak t t.o
|
||||
|
|
Loading…
Add table
Reference in a new issue