fabrica/.packer/Makefile

11 lines
85 B
Makefile

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