diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-05-14 18:33:34 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-05-14 18:33:34 +0200 |
| commit | b1cf9ca888c3df3b20382f6daea35c6a58d06ec4 (patch) | |
| tree | a3125425911e84f6271e034366fb77d995e8cd1b /rfile | |
| parent | 2452d534e5a3f4cebd28f89d0606a5f61f8d4b37 (diff) | |
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'rfile')
| -rw-r--r-- | rfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,8 +8,10 @@ @inp=rf.c @out=rf @opts=-Wall -Wextra -pedantic -std=c99 +@editor=$EDITOR # build +@: building rf.. @cc @inp -o @out @opts # install section @@ -22,6 +24,11 @@ install { # clean section clean { + @: removing rf binary.. rm @out } +edit { + @: opening default editor.. + @editor rf.c +} |