2 CFLAGS=-mmcu=atmega16 -g
13 $(OBJCOPY) -j .text -j .data -O binary $^ $@
16 avrdude -v -c $(PROG) -P $(PORT) -p $(PMCU) -U flash:w:$^
19 setsid avarice -g -D :4242
20 -avr-gdb -ex 'target remote localhost:4242' bmc
24 -rm -f *.o bmc bmc.bin
26 .PHONY: all clean flash debug