comparison test-fsk/Makefile @ 4:030d52b96a23

test-fsk: implement SpanDSP Tx output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Mar 2024 22:08:19 -0800
parents 26383ed8b79f
children ba66d297fe57
comparison
equal deleted inserted replaced
3:cc997f9ae186 4:030d52b96a23
7 INSTBIN=/opt/themwi/bin 7 INSTBIN=/opt/themwi/bin
8 8
9 all: ${PROG} 9 all: ${PROG}
10 10
11 ${PROG}: ${OBJS} ${LIBS} 11 ${PROG}: ${OBJS} ${LIBS}
12 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} 12 ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lspandsp -lm
13 13
14 install: 14 install:
15 install -c -m 755 ${PROG} ${INSTBIN} 15 install -c -m 755 ${PROG} ${INSTBIN}
16 16
17 clean: 17 clean: