CC	= avr-gcc
CPPFLAGS= -mmcu=attiny45

bootloader:

clean:
	rm -f bootloader
