summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-16 12:07:51 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-17 14:43:52 +0200
commit63f550ad8dc0061b1e010138d7fbbb55318550d4 (patch)
tree9767239bb66a3a2ff9d7b41a517faa0e765a4882 /Makefile
parent40a7183f3b4aa32379aa8b4949f5f9c5e32f79f6 (diff)
Add AGL specfic scripts
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3cc99b..b077bc7 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ webapp/install:
.PHONY: scripts
scripts:
- @mkdir -p $(LOCAL_BINDIR) && cp -f scripts/xds-start-server.sh $(LOCAL_BINDIR)
+ @mkdir -p $(LOCAL_BINDIR) && cp -rf scripts/xds-start-server.sh scripts/agl $(LOCAL_BINDIR)
.PHONY: install
install: all scripts tools/syncthing