dockerfiles/Makefile

18 lines
436 B
Makefile

modded_mc = siverten/magma siverten/rlcraft
mc_contexts = $(modded_mc) siverten/papermc siverten/waterfall
game_contexts = $(mc_contexts) siverten/tshock
contexts = siverten/bind9 siverten/oxen siverten/tor\
$(game_contexts)
updates = $(contexts)
siverten/bind9:
docker build siverten/bind9
siverten/oxen:
docker build siverten/oxen
build : $(contexts)
./sh/build.sh $(contexts)
push : $(contexts)
./sh/push.sh $(contexts)