all: Bewegungsmelder.hex install: all avrdude -c avrispmkII -p t24 -U flash:w:Bewegungsmelder.hex:i check: avrdude -c avrispmkII -p t24 -U flash:v:Bewegungsmelder.hex:i %.o: %.asm *.inc avr-as $< -mmcu=attiny24 -o $@ %.elf: %.o avr-ld -o $@ $< %.hex: %.elf avr-objcopy --output-target=ihex $< $@