docker-lbrynet/Makefile

10 lines
126 B
Makefile
Raw Normal View History

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