comparison compal/melody-extr/Makefile @ 392:35009c936a4a

compal/melody-extr: first attempt at actual melody extraction
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 01 Apr 2022 06:03:47 +0000
parents a40557e5b35f
children
comparison
equal deleted inserted replaced
391:a40557e5b35f 392:35009c936a4a
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= extr-table 3 PROGS= extr-onemel extr-table
4 4
5 all: ${PROGS} 5 all: ${PROGS}
6
7 extr-onemel: extr-onemel.c
8 ${CC} ${CFLAGS} -o $@ $@.c
6 9
7 extr-table: extr-table.c 10 extr-table: extr-table.c
8 ${CC} ${CFLAGS} -o $@ $@.c 11 ${CC} ${CFLAGS} -o $@ $@.c
9 12
10 clean: 13 clean: