cosmetics
This commit is contained in:
parent
20df24da75
commit
25528786d8
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -7,8 +7,7 @@ bak: elf.ml lo2.ml
|
|||
|
||||
test: bak
|
||||
./bak test
|
||||
cc -o t tmain.c t.o
|
||||
./t
|
||||
cc -o t tmain.c t.o && ./t
|
||||
|
||||
clean:
|
||||
rm -f bak t t.o
|
||||
|
|
Loading…
Add table
Reference in a new issue