Skip to content

Commit

Permalink
fix: kubo-source.tar.gz on dist.ipfs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jul 8, 2022
1 parent 5e9f2df commit 506ecdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/tarball.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ GOCC ?= go

go-ipfs-source.tar.gz: distclean
GOCC=$(GOCC) bin/maketarball.sh $@

kubo-source.tar.gz: distclean
GOCC=$(GOCC) bin/maketarball.sh $@

0 comments on commit 506ecdf

Please sign in to comment.