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>
Fri, 29 Mar 2019 15:21:46 +0000 (16:21 +0100)
Makefile

index 9c50f12..c6b1b33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -176,8 +176,7 @@ RSYNC                       := rsync -ai $(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