2021-09-16 17:17:37 +02:00
|
|
|
modded_mc = siverten/magma siverten/rlcraft
|
|
|
|
mc_contexts = $(modded_mc) siverten/papermc siverten/waterfall
|
2021-09-14 17:13:40 +02:00
|
|
|
game_contexts = $(mc_contexts) siverten/tshock
|
2021-09-14 14:59:53 +02:00
|
|
|
|
2021-09-14 17:13:40 +02:00
|
|
|
contexts = siverten/bind9 siverten/oxen siverten/tor\
|
|
|
|
$(game_contexts)
|
|
|
|
updates = $(contexts)
|
|
|
|
|
|
|
|
siverten/bind9:
|
2021-09-14 14:59:53 +02:00
|
|
|
docker build siverten/bind9
|
2021-09-14 17:13:40 +02:00
|
|
|
siverten/oxen:
|
2021-09-14 14:59:53 +02:00
|
|
|
docker build siverten/oxen
|
|
|
|
|
|
|
|
build : $(contexts)
|
|
|
|
./sh/build.sh $(contexts)
|
|
|
|
push : $(contexts)
|
|
|
|
./sh/push.sh $(contexts)
|