comparison libsip/Makefile @ 40:77d980126efd

libsip started with primary parsing function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Sep 2022 16:33:31 -0800
parents
children 5427b26525cd
comparison
equal deleted inserted replaced
39:64b9f0f90726 40:77d980126efd
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= primary_parse.o
4 LIB= libsip.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs