From e5537b113b6fe5874fdcd5b12414568500aa106c 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 9c50f126..c6b1b338 100644 --- 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 -- 2.43.0