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

Last change on this file was 197, checked in by demin, 10 years ago

remove -mno-cygwin from libusb-win32/Makefile

File size: 152 bytes
Line 
1CC = gcc
2CFLAGS += -O2 -Wall -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.