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 }