8 lines
208 B
Makefile
8 lines
208 B
Makefile
|
.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
|