view helpers/Makefile @ 202:2a93a98a1e26
src/g23m-aci/aci/cmh_smss.c: sAT_PercentCMGS() disabled for !FF_MMI_RIV
like in TCS211 and in Citrine
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Fri, 14 Oct 2016 06:02:34 +0000 (2016-10-14) |
parents |
40b08f6cb2b8 |
children |
35b17d54773d |
line source
CC= gcc
CFLAGS= -O2
PROGS= makeline srec4ram str2ind-ver
all: ${PROGS}
makeline: makeline.c
${CC} ${CFLAGS} -o $@ $@.c
srec4ram: srec4ram.c
${CC} ${CFLAGS} -o $@ $@.c
str2ind-ver: str2ind-ver.c
${CC} ${CFLAGS} -o $@ $@.c
clean:
rm -f ${PROGS}