mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Makefile : update dependencies
avr.c : correct status led updates term.c : update status leds on write, make the address and length arguments for dump optional. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@58 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -34,7 +34,7 @@ main.o : avr.h fileio.h ppi.h term.h pindefs.h
|
||||
avr.o : avr.h ppi.h pindefs.h
|
||||
fileio.o : fileio.h avr.h
|
||||
ppi.o : ppi.h
|
||||
term.o : term.h avr.h
|
||||
term.o : term.h avr.h pindefs.h ppi.h
|
||||
|
||||
clean :
|
||||
rm -f *~ *.core ${TARGET} *.o
|
||||
|
Reference in New Issue
Block a user