.PHONY: packer reissue-certs packer-manifest.json: syncthing-config.xml \ syncthing.json \ syncthing@.service \ syncthing-cert.pem \ syncthing-key.pem packer build syncthing.json syncthing-config.xml: syncthing-config.xml.template sigil -p -f syncthing-config.xml.template > syncthing-config.xml syncthing-cert.pem: syncthing-cert.pem.template sigil -p -f syncthing-cert.pem.template > syncthing-cert.pem syncthing-key.pem: syncthing-key.pem.template sigil -p -f syncthing-key.pem.template > syncthing-key.pem