docker-lbrynet/Makefile
2021-09-29 14:42:31 +07:00

10 lines
126 B
Makefile

image:
scripts/build.sh ${VERSION}
.PHONY: push
push:
scripts/push.sh ${VERSION}
clean:
rm -rf lbrynet lbrynet-linux.zip