summaryrefslogtreecommitdiff
path: root/n
diff options
context:
space:
mode:
Diffstat (limited to 'n')
-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)