view libgsmfrp/Makefile @ 2:2b5770c715ee

libgsmfrp: compiling utility functions
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 07:21:26 +0000
parents
children 3cd5ad24b1d4
line wrap: on
line source

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

all:	${LIB}

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

clean:
	rm -f *.[oa] errs