From 6932fab2b460dc45ea21d12cdaf5aee6f2528f8c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 9 Apr 2018 22:14:52 +0100 Subject: [PATCH] Correctly remove bedstead-complement.ps when making clean. I forgot to update the rule for the new filename. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67cd2fd..9a87039 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ bedstead-complement.pdf: bedstead-complement.ps bedstead.otf .PHONY: clean clean: - rm -f bedstead *.sfd *.otf *.bdf *.png *.pdf complement.ps + rm -f bedstead *.sfd *.otf *.bdf *.png *.pdf bedstead-complement.ps .PHONY: dist -- 2.30.2