Adding self installation command for fabrica
This commit is contained in:
10
.packer/Makefile
Normal file
10
.packer/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
include targets/*.mk
|
||||
|
||||
build:
|
||||
|
||||
deploy:
|
||||
|
||||
clean:
|
||||
rm -rf images/*
|
||||
|
||||
.PHONY: clean deploy
|
Reference in New Issue
Block a user