From dd7d33d90d5ca30e7b9acac988420d2130ababd9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 6 Aug 2017 22:59:48 +0100 Subject: [PATCH] Add *.afm to the list of things cleaned by "make clean". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e9261b..5e3d832 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ complement.pdf: complement.ps bedstead.otf .PHONY: clean clean: - rm -f bedstead *.sfd *.otf *.bdf *.pfa *.png *.pdf complement.ps + rm -f bedstead *.sfd *.otf *.bdf *.pfa *.afm *.png *.pdf complement.ps .PHONY: dist -- 2.30.2