aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-11 02:19:01 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-11 02:20:58 +0100
commit6544282d384e1284b53241c820b17e4f3ad010fe (patch)
tree4d3dc5a7c24e3dbb9ce8d0408daaa6e5bc52ca2f /Makefile
parent6d4519c780aa7a8b0c329650ae1dcc653c5eb0de (diff)
downloadrf-6544282d384e1284b53241c820b17e4f3ad010fe.tar.gz
add Makefile, remove .pl extension
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6e1b4f1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+install:
+ install rf /usr/local/bin/rf
+ cp rf.1 /usr/share/man/man1/rf.1