comparison libutil/Makefile @ 1:b149db92cb0e

libutil started
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Feb 2021 19:08:14 +0000
parents
children 86b4f288862d
comparison
equal deleted inserted replaced
0:0ac4c3314bf2 1:b149db92cb0e
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= hexstdin.o hexstr.o
4 LIB= libutil.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs