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