]> git.proxmox.com Git - dab-pve-appliances.git/blob - ubuntu-bionic-standard-64/Makefile
add Ubuntu 18.04 template
[dab-pve-appliances.git] / ubuntu-bionic-standard-64 / Makefile
1 BASEDIR:=$(shell dab basedir)
2
3 all: info/init_ok
4 dab bootstrap
5 dab finalize
6
7 info/init_ok: dab.conf
8 dab init
9 touch $@
10
11 .PHONY: clean
12 clean:
13 dab clean
14 rm -f *~
15
16 .PHONY: dist-clean
17 dist-clean:
18 dab dist-clean
19 rm -f *~