From b1cf9ca888c3df3b20382f6daea35c6a58d06ec4 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Thu, 14 May 2026 18:33:34 +0200 Subject: add documentation and extra flags Signed-off-by: czjstmax --- rfile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rfile') diff --git a/rfile b/rfile index f38ab34..2daa06b 100644 --- a/rfile +++ b/rfile @@ -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 +} -- cgit v1.3.1