Mercurial > templog
comparison Makefile @ 33:024f5571df8c
- 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 | 4838bfcb3504 |
children | 2ba9065e7c4f |
comparison
equal
deleted
inserted
replaced
32:e18d7e89c17d | 33:024f5571df8c |
---|---|
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 |