mastodon/Makefile

11 lines
263 B
Makefile
Raw Normal View History

2019-10-15 19:10:42 +00:00
all: pull-containers build-deps build-images
pull-containers:
./container/pull-containers.sh
build-deps:
./container/build-images.sh Dockerfile-deps ubuntu-dependencies
build-images:
./container/build-images.sh Dockerfile $(git rev-parse --abbrev-ref HEAD)