packer/Makefile

16 lines
356 B
Makefile
Raw Normal View History

2018-09-03 16:39:18 +02:00
#!/usr/bin/make -f
.PHONY: evolinux packmail clean
evolinux:
./scripts/make_template evolinux | PACKER_CACHE_DIR='build/packer' packer build -
packmail:
./scripts/make_template packmail | PACKER_CACHE_DIR='build/packer' packer build -
2018-09-05 17:04:19 +02:00
packweb:
./scripts/make_template packweb | PACKER_CACHE_DIR='build/packer' packer build -
2018-09-03 16:39:18 +02:00
clean:
rm -rf build/*