]> git.proxmox.com Git - dab-pve-appliances.git/blobdiff - archive/ubuntu-cosmic-standard-64/Makefile
move older, now EOL releases, to archive folder
[dab-pve-appliances.git] / archive / ubuntu-cosmic-standard-64 / Makefile
diff --git a/archive/ubuntu-cosmic-standard-64/Makefile b/archive/ubuntu-cosmic-standard-64/Makefile
new file mode 100644 (file)
index 0000000..26fffb0
--- /dev/null
@@ -0,0 +1,19 @@
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~