make syncbin to also push keyconvert.py
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Mar 2019 15:21:46 +0000 (16:21 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 16 Apr 2019 14:01:08 +0000 (16:01 +0200)
Makefile

index 485f10a..766bc1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -188,8 +188,7 @@ RSYNC                       := rsync -a -v $(RSYNC_COND_DRY_RUN) --no-owner $(RSYNC_EXCLUDES)
 CLIENTS = $(shell ls clientbin/*.py)
 
 BINS = ./config/sfa-config-tty ./systemd/sfa-setup.sh \
-       ./sfa/server/sfa-start.py \
-       ./clientbin/sfaadmin.py \
+       ./sfa/server/sfa-start.py ./clientbin/sfaadmin.py keyconvert/keyconvert.py \
        $(CLIENTS)
 
 synclib: synccheck