aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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