FreeCalypso > hg > gsm-codec-lib
comparison libtest/Makefile @ 13:30d1d0a705c0
libtest: add WAV reader helper functions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 20 Nov 2022 01:34:57 +0000 |
parents | a3aa152c4653 |
children | be57e06bed84 |
comparison
equal
deleted
inserted
replaced
12:f88817a233fb | 13:30d1d0a705c0 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= binreader.o pcmwrite.o wavreader.o wavwriter.o | 3 OBJS= binreader.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} |