BASE = ../../avr AVR_PROGS = lcd lcd_SOURCES = lcd.c MODULES = uart proto utils twi CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... AVR_MCU = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 include $(BASE)/make/Makefile.gen