view librftab/Makefile @ 306:8136fb5eb292

fc-fsio: write_buf_to_file() function made global in prep for upload-rf-table
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 Nov 2017 06:09:35 +0000
parents feb2ee302d25
children a0f79bba0ad8
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	rftablerd.o rftablewr.o
LIB=	librftab.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs