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:
Brian S. Dean
2000-12-20 02:26:31 +00:00
parent 07a4b587b7
commit bb4c63cdcc
2 changed files with 79 additions and 10 deletions

View File

@@ -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