Skip to content

Commit dfea165

Browse files
committed
Update Makefile
1 parent 90548b9 commit dfea165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ DFEID=/dev/maxeler0
6565

6666
# # Files to remove on clean
6767
TRASH=*~ ../src/*~ *.o
68-
DIST_TRASH_SIM=Maxfiles.h *.class *sim.o *simc.o debug*
69-
DIST_TRASH_DFE=Maxfiles.h *.class *dfe.o *dfec.o debug*
68+
DIST_TRASH_SIM=Maxfiles.h *.class *sim.o *simc.o debug* *.dot *.png
69+
DIST_TRASH_DFE=Maxfiles.h *.class *dfe.o *dfec.o debug* *.dot *.png
7070

7171
help:
7272
@ echo "Current configuration:"

0 commit comments

Comments
 (0)