Minor fix.

This commit is contained in:
Wen Kokke 2020-07-02 13:33:54 +01:00
parent 2f8418a8c2
commit 95b976ed1b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -67,3 +67,4 @@ exclude:
- "Gemfile"
- "Gemfile.lock"
- "highlight.sh"
- "out/epub/acknowledgements.md"