Add makefile for dependency management

This commit is contained in:
Kirigaya Kazuto 2021-08-18 15:23:33 +00:00
parent f79da6cf1f
commit 40da4086f4

17
Makefile Normal file
View File

@ -0,0 +1,17 @@
ubuntu:
echo 'base requirement'
clean:
podman rmi $(shell podman images -f dangling=true -q)
ubuntu-cn: ubuntu
cd ubuntu-cn && podman build . -t ubuntu-cn
ubuntu-cn-systemd: ubuntu-cn
cd ubuntu-cn-systemd && podman build . -t ubuntu-cn-systemd
ssh-base: ubuntu-cn-systemd
cd ssh-base && podman build . -t ssh-base
simple-wireguard: ubuntu-cn-systemd
cd simple-wireguard && podman build . -t simple-wireguard