comparison liboutrt/Makefile @ 133:765991f42d86

liboutrt started with binary file reading
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:15:26 -0800
parents libnumdb/Makefile@1d590563e64b
children 2b03d2584f88
comparison
equal deleted inserted replaced
132:aa278d75d757 133:765991f42d86
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= readbin.o
4 LIB= liboutrt.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs