summaryrefslogtreecommitdiff
path: root/digital/avr/make/Makefile.gen
diff options
context:
space:
mode:
authorNicolas Schodet2007-11-05 21:21:39 +0100
committerNicolas Schodet2007-11-05 21:21:39 +0100
commitc1b3d1e78a0e271739c8b4f741f648b38b4288f6 (patch)
treefe2d095cfa6281fd2f5c5de47f801f689fe650d5 /digital/avr/make/Makefile.gen
parent8cbce3d8919bf6c140241bb26cbee4ebfbf93b78 (diff)
* digital/avr/doc:
- added build system documentation.
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)