packer/Makefile

16 lines
356 B
Makefile
Executable file

#!/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 -
packweb:
./scripts/make_template packweb | PACKER_CACHE_DIR='build/packer' packer build -
clean:
rm -rf build/*