aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-20 11:17:54 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-21 11:19:55 +0200
commitbe73d0ac483980072964bc351a8c542cb2c75328 (patch)
tree9d67917f84609d62de105526d8b04e9a48f87fc1 /Makefile
parentcfb5a3a464ddb1d8aa9a1bbcb1a08db3a38ad619 (diff)
downloadfref-be73d0ac483980072964bc351a8c542cb2c75328.tar.gz
Add fref.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a84614a..1bd8fb8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
fref: fref.lex
lex fref.lex
cc -std=c89 -O2 -o fref lex.yy.c -lfl
+
+install:
+ install fref /usr/local/bin
+ install -m 644 fref.1 /usr/local/man/man1