forked from cerc-io/ipld-eth-server
14 lines
180 B
Makefile
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 $@
|