commit 5f19925d27bf1ae8f730c3870d1b5c4e8a80ee7f parent 52a82f77e54abbbd92c1a2be46f59b1588f7f3c3 Author: Frederic Cambus <fred@statdns.com> Date: Fri, 11 Jun 2021 18:32:45 +0200 Also remove generated .otb files in the 'clean' target. Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -116,4 +116,4 @@ specimen: $(OPTIPNG) *.png clean: - rm -f *.bak *.gz *.sfd *.otf *.pcf *.psfu *.png + rm -f *.bak *.gz *.sfd *.otb *.otf *.pcf *.psfu *.png