What's new? | Help | Directory | Sign in
Google
             
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

r21 by bushing on May 06, 2008   Diff
changes to support mingw compilation
Go to: 
Project members, sign in to write a code review

Older revisions

r20 by bushing on May 06, 2008   Diff
some tweaks to improve mingw support
r17 by bushing on May 04, 2008   Diff
more cleanup and error checking
r16 by bushing on May 04, 2008   Diff
added ECC-checking code
All revisions of this file

File info

Size: 217 bytes, 10 lines