ipld-eth-server/vendor/github.com/ipfs/go-ipfs/mk/tarball.mk
2019-12-02 13:24:46 -06:00

14 lines
180 B
Makefile

ifeq (,$(wildcard .tarball))
tarball-is:=0
else
tarball-is:=1
# override git hash
git-hash:=$(shell cat .tarball)
endif
go-ipfs-source.tar.gz: distclean
bin/maketarball.sh $@