view ueda/libunet/Makefile @ 99:0c84fff4cb6e

SIM_Socket_473882001.fp: converted from um to mm units
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 29 Sep 2019 18:28:30 +0000
parents 73abf2c13884
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
LIBOBJS=nethash.o unetrd.o

all:	libunet.a

libunet.a:	${LIBOBJS}
	ar rcu $@ ${LIBOBJS}
	ranlib $@

clean:
	rm -f *.[ao] a.out core errs

install: