view trau-ul-prep/Makefile @ 20:7cd046ffefe7

gsmx2tsrc: print input frame number comments on separate lines
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 22:04:08 +0000
parents 4ab8762be333
children 8957383370c5
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	gsmx2tsrc

all:	${PROGS}

gsmx2tsrc:	binreader.o gsmx2tsrc.o
	${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 -lgsmefr

clean:
	rm -f *.o ${PROGS}