My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
CFLAGS = -g -O2 -Wall
LDFLAGS = -g -lusb -lm

all: amoxiflash

amoxiflash: amoxiflash.c ecc.c amoxiflash.h getopt.c
gcc $(CFLAGS) -o amoxiflash amoxiflash.c ecc.c getopt.c $(LDFLAGS)

clean:
rm amoxiflash
Show details Hide details

Change log

r34 by bushing on May 30, 2009   Diff
oops, don't want that in makefile
Go to: 
Project members, sign in to write a code review

Older revisions

r32 by bushing on May 29, 2009   Diff
fix command-line parsing bug
r21 by bushing on May 06, 2008   Diff
changes to support mingw compilation
r20 by bushing on May 06, 2008   Diff
some tweaks to improve mingw support
All revisions of this file

File info

Size: 217 bytes, 10 lines
Hosted by Google Code