jdormit-infra/prod/syncthing-packer/packer/Makefile

8 lines
208 B
Makefile
Raw Normal View History

.PHONY: packer
packer: syncthing-config.xml syncthing.json
packer build syncthing.json
syncthing-config.xml: syncthing-config.xml.template
sigil -p -f syncthing-config.xml.template > syncthing-config.xml