diff --git a/Makefile b/Makefile index b8102e2..5ce07ca 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PRG = bl_test +PRG = blmc OBJ = blmc.o eeprom.o i2c-slave.o main.o MCU_TARGET = atmega88 OPTIMIZE = -Os