view librftab/Makefile @ 410:e3d976e1f814
loadtools/loadtool.help: update for FC devices having flash2
like the Pirelli DP-L10
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Thu, 25 Oct 2018 18:19:02 +0000 (2018-10-25) |
parents |
9178594bc283 |
children |
b73c21a2148f |
line source
CC= gcc
CFLAGS= -O2
OBJS= readfir.o readtxramp.o rftablerd.o rftablewr.o
LIB= librftab.a
all: ${LIB}
${LIB}: ${OBJS}
ar rcu $@ ${OBJS}
ranlib $@
clean:
rm -f *.[oa] errs