PROGS = test_utils test_byte test_utils_OBJECTS = test_utils.o test_bytes_OBJECTS = test_bytes.o DOC = utils.html EXTRACTDOC = utils.h byte.h avrconfig.h MODULES = CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega128 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LDLIBS = include Makefile.avr test_utils.elf: $(test_utils_OBJECTS) test_bytes.elf: $(test_bytes_OBJECTS)