FreeCalypso > hg > themwi-system-sw
view libutil/Makefile @ 1:dbc0a8677b69
libutil: import from ThemWi1
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 25 Jun 2022 18:33:29 -0800 |
parents | |
children | b1c364729a93 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= mncc_utils.o sockinit.o LIB= libutil.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs