FreeCalypso > hg > freecalypso-tools
view librftab/Makefile @ 314:a0f79bba0ad8
librftab: reading of Tx ramp template files split from rftablerd module
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 22 Nov 2017 18:12:04 +0000 |
parents | feb2ee302d25 |
children | 9178594bc283 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= readtxramp.o rftablerd.o rftablewr.o LIB= librftab.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs