fela

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5d85ad48ff9492b53d3550ce3280cbde8449b417
parent 7ee06e567c452383d5e800cc75356d2b7c3472b3
Author: thing1 <l.standen@posteo.com>
Date:   Wed, 29 Oct 2025 15:27:11 +0000

small tweek to 'make clean'

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -21,4 +21,4 @@ spec: spec.md smu $< > spec.html clean: - rm -rf fela lex.c parse.c y.tab.h *.gv *.pdf *.html + rm -rf fela lex.c parse.c y.tab.h *.gv *.pdf *.html *.o