Clean up more on make clean
This commit is contained in:
parent
ffb226cbee
commit
1d324cf391
2 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@ ipfs: $(OBJS)
|
||||||
all: ipfs
|
all: ipfs
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
rm -f ipfs
|
BIN
cmd/ipfs/ipfs
BIN
cmd/ipfs/ipfs
Binary file not shown.
Loading…
Reference in a new issue