comparison trau-ul-prep/Makefile @ 19:4ab8762be333

trau-ul-prep: starting with gsmx2tsrc program
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 21:55:03 +0000
parents trau-decode/Makefile@0565aaa84b17
children 8957383370c5
comparison
equal deleted inserted replaced
18:b36419bbc2c4 19:4ab8762be333
1 CC= gcc
2 CFLAGS= -O2
3 PROGS= gsmx2tsrc
4
5 all: ${PROGS}
6
7 gsmx2tsrc: binreader.o gsmx2tsrc.o
8 ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 -lgsmefr
9
10 clean:
11 rm -f *.o ${PROGS}