source: trunk/kitgen/8.x/libusb-win32/Makefile@ 182

Last change on this file since 182 was 175, checked in by demin, 12 years ago

initial commit

File size: 164 bytes
RevLine 
[175]1CC = gcc
2CFLAGS += -O2 -Wall -mno-cygwin -I.
3AR = ar
4
5OBJS = descriptors.o error.o usb.o windows.o
6
7libusb.a: $(OBJS)
8 $(AR) -rcsv $@ $^
9
10clean:
11 rm -f *.o *.a
12
13
14
15
Note: See TracBrowser for help on using the repository browser.