summaryrefslogtreecommitdiff
path: root/digital/avr/make/Makefile.gen
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/make/Makefile.gen')
-rw-r--r--digital/avr/make/Makefile.gen3
1 files changed, 2 insertions, 1 deletions
diff --git a/digital/avr/make/Makefile.gen b/digital/avr/make/Makefile.gen
index 0fa9b983..b4d422ba 100644
--- a/digital/avr/make/Makefile.gen
+++ b/digital/avr/make/Makefile.gen
@@ -81,6 +81,7 @@ avr:
simu:
host:
clean.avr:
+clean.simu:
clean.host:
endif
@@ -96,6 +97,6 @@ doc: $(DOC)
# Cleaning.
-clean: clean.avr clean.host
+clean: clean.avr clean.simu clean.host
rm -f *.bak *~ $(DOC) *.exd $(EXTRA_CLEAN_FILES)