FreeCalypso > hg > gsm-codec-lib
comparison libtest/Makefile @ 10:820d88b97924
libtest: implement binary file reader
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 19 Nov 2022 23:57:42 +0000 |
parents | d5b888e6a05b |
children | a3aa152c4653 |
comparison
equal
deleted
inserted
replaced
9:4229247843c0 | 10:820d88b97924 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= wavreader.o wavwriter.o | 3 OBJS= binreader.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} |