comparison libtest/Makefile @ 139:be57e06bed84

factor out common part of gsmfr-cvt-dlcap, in prep for EFR
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Dec 2022 07:03:55 +0000
parents 30d1d0a705c0
children 14b627682458
comparison
equal deleted inserted replaced
138:68215020852b 139:be57e06bed84
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= binreader.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o 3 OBJS= binreader.o parse_dlcap.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o
4 LIB= libtest.a 4 LIB= libtest.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}