PROGS = test_rs232 SOURCES = test_rs232.c rs232.c DOC = rs232.html EXTRACTDOC = rs232.c avrconfig.h MODULES = CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr