mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Add support for the 8515. Make the addition for other devices easier.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@14 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -8,7 +8,7 @@ DEST = ${HOME}/bin/0.${ARCH}
|
||||
|
||||
all : ${TARGET}
|
||||
|
||||
CFLAGS = -Wall --pedantic
|
||||
CFLAGS = -Wall --pedantic -g
|
||||
|
||||
${TARGET} : avrprog.c
|
||||
${CC} ${CFLAGS} -o ${TARGET} avrprog.c
|
||||
|
Reference in New Issue
Block a user