docker-lbrynet/Makefile

10 lines
126 B
Makefile
Raw Normal View History

2021-09-29 14:42:31 +07:00
image:
scripts/build.sh ${VERSION}
2021-09-29 14:42:31 +07:00
.PHONY: push
push:
scripts/push.sh ${VERSION}
2019-01-29 18:22:50 +07:00
clean:
rm -rf lbrynet lbrynet-linux.zip