From: Ben Harris Date: Mon, 9 Apr 2018 21:14:52 +0000 (+0100) Subject: Correctly remove bedstead-complement.ps when making clean. X-Git-Tag: bedstead-002.000~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=6932fab2b460dc45ea21d12cdaf5aee6f2528f8c;p=bedstead-debian.git Correctly remove bedstead-complement.ps when making clean. I forgot to update the rule for the new filename. --- 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