2020-12-29 20:20:26 +00:00
|
|
|
.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
|
2020-12-31 03:22:18 +00:00
|
|
|
|
|
|
|
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
|