view libpwon/Makefile @ 960:411d1cc14326

sms-pdu-decode family: prepare for SC address becoming optional
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 04 Aug 2023 23:09:12 +0000
parents ab54957dbe35
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	duart28c.o etmoff.o forkoff.o readconf.o
LIB=	libpwon.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs