From ea4ba29c8d11f46e61d5a4b68c41dffecd6a3daf Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Tue, 6 Jul 2021 22:12:01 +0200 Subject: Add build.1 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b08578..ec54858 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,5 @@ build: build.c + +install: + install build /usr/local/bin + install -m 644 build.1 /usr/local/man/man1 -- cgit v1.2.3