diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-29 11:06:15 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-29 15:24:28 +0100 |
commit | 32791ffed5bdfaa698e90f9c067dc6e8ababbfc3 (patch) | |
tree | b537f4607f54b43c9d994a4f7d32f18d84d2962b /Makefile | |
parent | 7c7d90a781082c6bd22d12a5e2451ca61a5198af (diff) |
Fixed /exec input stream and /signal.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ vendor: tools/glide glide.yaml vendor/debug: vendor (cd vendor/github.com/iotbzh && \ - rm -rf xds-common && ln -s ../../../../xds-common && \ + rm -rf xds-common && ln -s ../../../../xds-common \ rm -rf xds-server && ln -s ../../../../xds-server ) .PHONY: tools/glide |