Adding Chapter 1 : Packer will build for you

This commit is contained in:
2021-03-18 16:11:35 +01:00
commit 02e13dfb00
97 changed files with 4630 additions and 0 deletions

10
packer/Makefile Normal file
View File

@ -0,0 +1,10 @@
include targets/*.mk
build:
deploy:
clean:
rm -rf images/*
.PHONY: clean deploy