From 2e0f1067f4855ecae8720d9a45f87dd0fa5147a0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 29 Mar 2019 16:21:46 +0100 Subject: [PATCH] make syncbin to also push keyconvert.py --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 485f10a3..766bc1d6 100644 --- 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 -- 2.47.0