build: Parameterize build targets

This commit is contained in:
Jakob Borg
2016-04-06 23:18:30 +02:00
committed by Audrius Butkevicius
parent 492e92d65d
commit 4f5d0b46f7
6 changed files with 187 additions and 137 deletions
Vendored Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -euo pipefail
if [[ ${1:-} == configure ]]; then
pkill -HUP -x syncthing || true
fi