view libsip/Makefile @ 40:77d980126efd

libsip started with primary parsing function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Sep 2022 16:33:31 -0800
parents
children 5427b26525cd
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	primary_parse.o
LIB=	libsip.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs