Skip to content

Commit

Permalink
Make make clean more exhaustive.
Browse files Browse the repository at this point in the history
  • Loading branch information
timsifive committed Aug 15, 2023
1 parent f95a676 commit c287f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ clean:
rm -f $(DRAFT).pdf *.aux $(DRAFT).toc $(DRAFT).log $(REGISTERS_TEX) \
$(REGISTERS_TEX:=.inc) *.o *_no128.S *.h $(DRAFT).lof $(DRAFT).lot $(DRAFT).out \
$(DRAFT).hst $(DRAFT).pyg debug_defines.h *.scala \
$(NOTES).pdf $(NOTES).toc $(NOTES).log $(NOTES).hst $(NOTES).pyg
$(NOTES).pdf $(NOTES).toc $(NOTES).log $(NOTES).hst $(NOTES).pyg \
*.idx *.ind *.ilg *.lot *.lof *.out

0 comments on commit c287f4f

Please sign in to comment.