source:
trunk/kitgen/8.x/libusb-win32/Makefile@
199
| Last change on this file since 199 was 197, checked in by , 11 years ago | |
|---|---|
| File size: 152 bytes | |
| Line | |
|---|---|
| 1 | CC = gcc |
| 2 | CFLAGS += -O2 -Wall -I. |
| 3 | AR = ar |
| 4 | |
| 5 | OBJS = descriptors.o error.o usb.o windows.o |
| 6 | |
| 7 | libusb.a: $(OBJS) |
| 8 | $(AR) -rcsv $@ $^ |
| 9 | |
| 10 | clean: |
| 11 | rm -f *.o *.a |
| 12 | |
| 13 | |
| 14 | |
| 15 |
Note:
See TracBrowser
for help on using the repository browser.
