Review: Makefile: "make clean" should not remove the .epub

Note that clobber already removes the `out` directory.
This commit is contained in:
Michael Reed 2020-06-15 11:18:11 -04:00
parent 3a9845dd3c
commit feea0a57d2

View file

@ -111,7 +111,7 @@ build-incremental: $(MARKDOWN)
# Remove all auxiliary files
clean:
rm -f .agda-stdlib.sed .links-*.sed out/plfa.epub
rm -f .agda-stdlib.sed .links-*.sed
ifneq ($(strip $(AGDAI)),)
rm $(AGDAI)
endif