comparison 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
comparison
equal deleted inserted replaced
1:6780b23654bd 2:2b5770c715ee
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= sidclass.o silence_frame.o
4 LIB= libgsmfrp.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs