docker-lbrynet/Makefile

15 lines
216 B
Makefile
Raw Normal View History

2019-01-29 12:22:50 +01:00
.PHONY: get_release
get_release:
scripts/get_release.sh
.PHONY: build
build:
docker build -t sayplastic/lbrynet:$(VERSION) .
2019-01-29 12:22:50 +01:00
.PHONY: publish
publish:
scripts/publish.sh
2019-01-29 12:22:50 +01:00
clean:
rm -rf lbrynet lbrynet-linux.zip