]> git.proxmox.com Git - dab-pve-appliances.git/blame - debian-11-bullseye-std-64/Makefile
bullseye: update to 11.7
[dab-pve-appliances.git] / debian-11-bullseye-std-64 / Makefile
CommitLineData
fbeb697f
TL
1
2
3BASEDIR:=$(shell dab basedir)
4
5all: info/init_ok
6 dab bootstrap
08585df3
TL
7 # NOTE: zstd appliances are only supported on PVE >= 7.0, take care on upload!
8 dab finalize --compressor zstd-max
fbeb697f
TL
9
10info/init_ok: dab.conf
11 dab init
12 touch $@
13
14.PHONY: clean
15clean:
16 dab clean
17 rm -f *~
18
19.PHONY: dist-clean
20dist-clean:
21 dab dist-clean
22 rm -f *~