2021-09-14 15:13:40 +00:00
|
|
|
mc_contexts = siverten/magma siverten/rlcraft
|
|
|
|
game_contexts = $(mc_contexts) siverten/tshock
|
2021-09-14 12:59:53 +00:00
|
|
|
|
2021-09-14 15:13:40 +00:00
|
|
|
contexts = siverten/bind9 siverten/oxen siverten/tor\
|
|
|
|
$(game_contexts)
|
|
|
|
updates = $(contexts)
|
|
|
|
|
|
|
|
siverten/bind9:
|
2021-09-14 12:59:53 +00:00
|
|
|
docker build siverten/bind9
|
2021-09-14 15:13:40 +00:00
|
|
|
siverten/oxen:
|
2021-09-14 12:59:53 +00:00
|
|
|
docker build siverten/oxen
|
|
|
|
|
|
|
|
build : $(contexts)
|
|
|
|
./sh/build.sh $(contexts)
|
|
|
|
push : $(contexts)
|
|
|
|
./sh/push.sh $(contexts)
|