comparison rvinterf/old/libg23/Makefile @ 945:4c601097d23f

rvinterf: retire libg23 to old subdir
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 24 May 2023 07:22:32 +0000
parents rvinterf/libg23/Makefile@e7502631a0f9
children
comparison
equal deleted inserted replaced
944:441004febe35 945:4c601097d23f
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= fmtdispatch.o fmtfunc.o
4 LIB= libg23.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs