all: make build make program build: avr-gcc main.c i2c_master.c -o counter -mmcu=attiny85 program: avrdude