PROGS =accel SOURCES = accel.c calcul.c DOC = EXTRACTDOC = MODULES = n/avr/proto n/avr/rs232 n/avr/utils CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr