Skip to content

Commit

Permalink
Tighten up make clean
Browse files Browse the repository at this point in the history
Now it doesn't remove debug_reg_printer.h anymore, which is part of the
repo so shouldn't be removed.
  • Loading branch information
timsifive committed Sep 28, 2023
1 parent d404fd9 commit 2e78518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ chisel: $(REGISTERS_CHISEL)

clean:
rm -f $(DRAFT).pdf *.aux $(DRAFT).toc $(DRAFT).log $(REGISTERS_TEX) \
$(REGISTERS_TEX:=.inc) *.o *_no128.S *.h \
$(REGISTERS_TEX:=.inc) *.o *_no128.S debug_defines.[ch] \
$(DRAFT).hst $(DRAFT).pyg debug_defines.* *.scala \
$(NOTES).pdf $(NOTES).toc $(NOTES).log $(NOTES).hst $(NOTES).pyg \
*.idx *.ind *.ilg *.lot *.lof *.out

0 comments on commit 2e78518

Please sign in to comment.