12 lines
224 B
Makefile
12 lines
224 B
Makefile
|
contexts = siverten/bind9 siverten/oxen
|
||
|
|
||
|
siverten/bind9 :
|
||
|
docker build siverten/bind9
|
||
|
siverten/oxen :
|
||
|
docker build siverten/oxen
|
||
|
|
||
|
build : $(contexts)
|
||
|
./sh/build.sh $(contexts)
|
||
|
push : $(contexts)
|
||
|
./sh/push.sh $(contexts)
|