From 09c8e5f72b34b7c13f278acb52f2dd3e530558d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 24 Nov 2020 02:33:30 +0100 Subject: Add 'cpy' / 'pst', 'ep' and 'ord' utilities --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..72160f1 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +install: bin man + +man: + install -m 644 *.1 /usr/share/man/man1/ +bin: + ls * | grep -v '\.1$$' | xargs -I{} install {} /usr/local/bin/ -- cgit v1.2.3