sim: build: clean more generated outputs

This commit is contained in:
Mike Frysinger
2024-01-08 20:27:23 -05:00
parent 4c68f4e386
commit 7531822f10
10 changed files with 147 additions and 125 deletions

View File

@@ -82,6 +82,7 @@ BUILT_SOURCES += %D%/eng.h
$(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/mloop.cin %D%/mloop.c
$(AM_V_at)touch $@
CLEANFILES += %D%/eng.h
MOSTLYCLEANFILES += $(%C%_BUILD_OUTPUTS)
## Target that triggers all cgen targets that works when --disable-cgen-maint.