From 225661e8d5e28d347824a0249602f78df9e50f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 29 Aug 2018 20:44:58 +0300 Subject: [PATCH] Don't create a useless bin/ --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 31c75c0..3a55b13 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ sshwot-export-known-hosts: $(SSHWOT_EXPORT_KNOWN_HOSTS_MAIN) $(SSHWOT_EXPORT_KNO cp $(SSHWOT_EXPORT_KNOWN_HOSTS_DEPS) build/$@/ cp $(SSHWOT_EXPORT_KNOWN_HOSTS_MAIN) build/$@/__main__.py zip --quiet --junk-paths build/$@.zip build/$@/*.py - mkdir -p bin/ echo '#!/usr/bin/env python3' > $@ cat build/$@.zip >> $@ chmod +x $@