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