FreeCalypso > hg > freecalypso-tools
view librftab/Makefile @ 299:7fefa4f73c6a
c1xx-calextr: off-by-1 error in the Tx levels table conversion
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 18 Nov 2017 18:02:42 +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