chiark / gitweb /
Correctly remove bedstead-complement.ps when making clean.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 9 Apr 2018 21:14:52 +0000 (22:14 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 9 Apr 2018 21:14:52 +0000 (22:14 +0100)
I forgot to update the rule for the new filename.

Makefile

index 67cd2fdfa484003e904a11e812185c30a1795a70..9a870397a046d0f8b30f30f3e179cea593050d29 100644 (file)
--- 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