Review: Makefile: "make clean" should not remove the .epub
Note that clobber already removes the `out` directory.
This commit is contained in:
parent
3a9845dd3c
commit
feea0a57d2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue