aboutsummaryrefslogtreecommitdiff
path: root/rfile
diff options
context:
space:
mode:
Diffstat (limited to 'rfile')
-rw-r--r--rfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/rfile b/rfile
index 0fa09b0..97ba695 100644
--- a/rfile
+++ b/rfile
@@ -1 +1,9 @@
-cc -o rf rf.c -Wall -Wextra -pedantic
+# rfile for rfile
+@: hello from rfile
+
+all {
+ cc -o rf rf.c -Wall -Wextra -pedantic
+ sudo install -Dm755 rf /usr/bin/rf
+ rm ./rf
+}
+