comparison mgw/Makefile @ 168:8c28426abef0

mgw: start using the new libgsmfrp dependency
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 22:57:59 -0800
parents f062c32a5116
children a6eb2de277f6
comparison
equal deleted inserted replaced
167:2ebad02adbe5 168:8c28426abef0
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} -lgsm -lm 13 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -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: