summaryrefslogtreecommitdiff
path: root/n/avr
diff options
context:
space:
mode:
authorschodet2005-03-06 17:46:09 +0000
committerschodet2005-03-06 17:46:09 +0000
commita68e744c37fc34f9957935f09ab7e56489fdee9a (patch)
tree9f2eca8cb7673fc325ab0ae3462225cbcc3c183a /n/avr
parent4f8a06d4d18b0e491f9294eca7ef8840f326e7bc (diff)
Ajout du numéro de version.
Diffstat (limited to 'n/avr')
-rw-r--r--n/avr/howto/Makefile.avr2
1 files changed, 2 insertions, 0 deletions
diff --git a/n/avr/howto/Makefile.avr b/n/avr/howto/Makefile.avr
index c010642..6a4324d 100644
--- a/n/avr/howto/Makefile.avr
+++ b/n/avr/howto/Makefile.avr
@@ -1,3 +1,5 @@
+# Makefile.avr 1.6
+#
# Flags. {{{1
CFLAGS = -g -Wall $(OPTIMIZE) -mmcu=$(MCU_TARGET)