all: make build make program build: avr-gcc main.c i2c_master.c -o counter -mmcu=attiny85 program: avrdude -p attiny85 -c usbtiny -U flash:w:counter