view libgsmfrp/Makefile @ 3:3cd5ad24b1d4

libgsmfrp: implement internal state
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 09:03:57 +0000
parents 2b5770c715ee
children 286d5f097eb4
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	sidclass.o silence_frame.o state.o
LIB=	libgsmfrp.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs