diff --git a/etc/Makefile.template b/etc/Makefile.template index fd38cb4..4fa959c 100644 --- a/etc/Makefile.template +++ b/etc/Makefile.template @@ -4,7 +4,7 @@ # Descr: Makefile for @PROJECT@ # Definitions. -CC = @CC@ +CC = avr-gcc CFLAGS = -mmcu=atmega32u2 -Os -Wall -Wstrict-prototypes -Wextra -g @INCLUDES@ OBJCOPY = avr-objcopy SIZE = avr-size