From bfa1b3a0783c6f56996c23bc6662ef597c405057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 13 Dec 2020 01:09:46 +0100 Subject: Add manual (typ.1) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdcdd17..ee773d9 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ typ: typ.c gcc -o $@ $< + +install: + install typ /usr/local/bin/ + install -m 644 typ.1 /usr/share/man/man1/ -- cgit v1.2.3