docker-lbrynet/Makefile
2019-01-29 19:01:05 +07:00

15 lines
216 B
Makefile

.PHONY: get_release
get_release:
scripts/get_release.sh
.PHONY: build
build:
docker build -t sayplastic/lbrynet:$(VERSION) .
.PHONY: publish
publish:
scripts/publish.sh
clean:
rm -rf lbrynet lbrynet-linux.zip