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
|
ocamlc -g -o bak elf.ml lo2.ml
|
||||||
|
|
||||||
test: bak
|
test: bak
|
||||||
./bak test
|
@./bak test
|
||||||
cc -o t tmain.c t.o && ./t
|
@cc -o t tmain.c t.o && ./t
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f bak t t.o
|
rm -f bak t t.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue