From 09c0720ee7f4d949f3f779bb26ccb60faad56cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 26 Jul 2021 19:32:37 +0200 Subject: Move patch utilities to bin/ --- bin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/Makefile (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile new file mode 100644 index 0000000..e6af53a --- /dev/null +++ b/bin/Makefile @@ -0,0 +1,4 @@ +BIN != find . -type f -perm -111 -maxdepth 1 + +install: + install $(BIN) /usr/local/bin -- cgit v1.2.3