comparison mgw/Makefile @ 174:c985c33baeac

mgw: support EFR by way of libgsmefr
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Jan 2023 17:56:22 -0800
parents a6eb2de277f6
children cdc807117841
comparison
equal deleted inserted replaced
173:36cce9b0bbe2 174:c985c33baeac
8 INSTBIN=/usr/local/bin 8 INSTBIN=/usr/local/bin
9 9
10 all: ${PROG} 10 all: ${PROG}
11 11
12 ${PROG}: ${OBJS} ${LIBS} 12 ${PROG}: ${OBJS} ${LIBS}
13 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lgsmfrp -lgsm -lm 13 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lgsmefr -lgsmfrp -lgsm -lm
14 14
15 install: 15 install:
16 install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN} 16 install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN}
17 17
18 clean: 18 clean: