FreeCalypso > hg > fc-usbser-tools
view libuwrap/Makefile @ 10:fd3fcba5a8ac
libuwrap: implement locating by bus/dev
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 04:18:30 +0000 |
parents | ab506f6aa57c |
children | fe4231326fb2 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= find_busdev.o find_matchspec.o prelim_init.o LIB= libuwrap.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs