From 9dffd41197acddc468ef45ca0fde136c442df3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 29 Aug 2018 14:39:49 +0300 Subject: [PATCH] =?UTF-8?q?=3D=20=E2=86=92=20:=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ab38d1..31c75c0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINS=sshwot-export-known-hosts +BINS:=sshwot-export-known-hosts SSHWOT_EXPORT_KNOWN_HOSTS_MAIN:=src/main-export-known-hosts.py SSHWOT_EXPORT_KNOWN_HOSTS_DEPS:=$(SSHWOT_EXPORT_KNOWN_HOSTS_MAIN) src/entry.py src/hashing.py src/process_known_hosts.py src/write_file.py