Correctly remove bedstead-complement.ps when making clean.

I forgot to update the rule for the new filename.
This commit is contained in:
Ben Harris 2018-04-09 22:14:52 +01:00
parent 8ff0c0634b
commit 6932fab2b4

View File

@ -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