We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90548b9 commit dfea165Copy full SHA for dfea165
Makefile.common
@@ -65,8 +65,8 @@ DFEID=/dev/maxeler0
65
66
# # Files to remove on clean
67
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*
+DIST_TRASH_SIM=Maxfiles.h *.class *sim.o *simc.o debug* *.dot *.png
+DIST_TRASH_DFE=Maxfiles.h *.class *dfe.o *dfec.o debug* *.dot *.png
70
71
help:
72
@ echo "Current configuration:"
0 commit comments