]> git.proxmox.com Git - dab-pve-appliances.git/blame - archive/ubuntu-21.04-hirsute-std-64/Makefile
ubuntu: archive older releases that are eol or unsupported
[dab-pve-appliances.git] / archive / ubuntu-21.04-hirsute-std-64 / Makefile
CommitLineData
ead70c89
DM
1BASEDIR:=$(shell dab basedir)
2
3all: info/init_ok
4 dab bootstrap
5 dab finalize
6
7info/init_ok: dab.conf
8 dab init
9 touch $@
10
11.PHONY: clean
12clean:
13 dab clean
14 rm -f *~
15
16.PHONY: dist-clean
17dist-clean:
18 dab dist-clean
19 rm -f *~