Skip to content

Commit

Permalink
Merge pull request #887 from riscv/makefile
Browse files Browse the repository at this point in the history
Clean up Makefile a little
  • Loading branch information
timsifive authored Sep 28, 2023
2 parents f9e5222 + 2e78518 commit eb844b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ REGISTERS_TEX += dm_registers.tex
REGISTERS_TEX += sample_registers.tex
REGISTERS_TEX += abstract_commands.tex
REGISTERS_TEX += sw_registers.tex
REGISTERS_TEX += serial.tex

REGISTERS_CHISEL += dm_registers.scala
REGISTERS_CHISEL += abstract_commands.scala
Expand Down Expand Up @@ -92,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 eb844b0

Please sign in to comment.