view libpwon/Makefile @ 571:41b3e010808d

libpwon started, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Feb 2020 17:40:25 +0000
parents
children 7d1df6d831e4
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	forkoff.o readconf.o
LIB=	libpwon.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs