diff --git a/cmd/ipfs/Makefile b/cmd/ipfs/Makefile index 3952be3..1f5306a 100644 --- a/cmd/ipfs/Makefile +++ b/cmd/ipfs/Makefile @@ -13,4 +13,5 @@ ipfs: $(OBJS) all: ipfs clean: - rm -f *.o \ No newline at end of file + rm -f *.o + rm -f ipfs \ No newline at end of file diff --git a/cmd/ipfs/ipfs b/cmd/ipfs/ipfs deleted file mode 100755 index e38263d..0000000 Binary files a/cmd/ipfs/ipfs and /dev/null differ