aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-13 01:09:46 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-13 01:09:46 +0100
commitbfa1b3a0783c6f56996c23bc6662ef597c405057 (patch)
tree60b667cce57643ab1f860deb890ecf6bf4d89544 /Makefile
parenta7bf6c679b57ba73c81564b0b554df3bb1de1a5d (diff)
downloadtyp-bfa1b3a0783c6f56996c23bc6662ef597c405057.tar.gz
Add manual (typ.1)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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/