comparison Makefile @ 339:449272fc63a3

- Debug log file for server - Fix some variable sizes, turn off local echo for avr code - symlink config for wrt server
author Matt Johnston <matt@ucc.asn.au>
date Fri, 15 Jun 2012 23:34:24 +0800
parents 9621436cfa07
children 2ba9065e7c4f
comparison
equal deleted inserted replaced
338:12123e390169 339:449272fc63a3
80 $(AVRDUDE) -U flash:w:main.hex:i 80 $(AVRDUDE) -U flash:w:main.hex:i
81 81
82 checkprog: 82 checkprog:
83 $(AVRDUDE) -v 83 $(AVRDUDE) -v
84 84
85
86 fuse: 85 fuse:
87 $(AVRDUDE) $(FUSES) 86 $(AVRDUDE) $(FUSES)
88 87
89 # Xcode uses the Makefile targets "", "clean" and "install" 88 # Xcode uses the Makefile targets "", "clean" and "install"
90 install: flash 89 install: flash