comparison libutil/Makefile @ 1:570252e22630

libutil: timeslot opening function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 07:28:51 +0000
parents
children 2ce0ed560a34
comparison
equal deleted inserted replaced
0:76b593a6265c 1:570252e22630
1 OBJS= open_ts.o
2 LIB= libutil.a
3
4 include ../config.defs
5
6 CPPFLAGS=${OSMO_INCLUDE}
7
8 all: ${LIB}
9
10 ${LIB}: ${OBJS}
11 ar rcu $@ ${OBJS}
12 ranlib $@
13
14 clean:
15 rm -f *.[oa] errs