fabrica/.packer/Makefile

11 lines
85 B
Makefile
Raw Permalink Normal View History

include targets/*.mk
build:
deploy:
clean:
rm -rf images/*
.PHONY: clean deploy