packer/Makefile

13 lines
264 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 -
clean:
rm -rf build/*