diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-06 22:12:01 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-06 22:12:01 +0200 |
commit | ea4ba29c8d11f46e61d5a4b68c41dffecd6a3daf (patch) | |
tree | e26afd20d2e89e4d466a97d9b2b40e0e661f5274 /Makefile | |
parent | 8558abc41b8d0515e07b552ca746f62c30c7502d (diff) | |
download | build-ea4ba29c8d11f46e61d5a4b68c41dffecd6a3daf.tar.gz |
Add build.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ build: build.c + +install: + install build /usr/local/bin + install -m 644 build.1 /usr/local/man/man1 |