Add support for the 8515. Make the addition for other devices easier.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@14 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bsd
2000-12-20 02:26:31 +00:00
parent 2dca69dc00
commit c030e39b3d
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