aboutsummaryrefslogtreecommitdiff
path: root/rfile
blob: 97ba695889c61e3a00f85191d6ef1a7e7ddb3467 (plain)
1
2
3
4
5
6
7
8
9
# rfile for rfile
@: hello from rfile

all {
    cc -o rf rf.c -Wall -Wextra -pedantic
    sudo install -Dm755 rf /usr/bin/rf
    rm ./rf
}