mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@3 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
16
avrdude/Makefile
Normal file
16
avrdude/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
TARGET = avrprog
|
||||
|
||||
all : ${TARGET}
|
||||
|
||||
CFLAGS = -Wall
|
||||
|
||||
${TARGET} : avrprog.c
|
||||
${CC} ${CFLAGS} -o ${TARGET} avrprog.c
|
||||
|
||||
clean :
|
||||
rm -f *.o ${TARGET} *~
|
||||
|
Reference in New Issue
Block a user