diff 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
line wrap: on
line diff
--- a/compal/melody-extr/Makefile	Fri Apr 01 05:04:23 2022 +0000
+++ b/compal/melody-extr/Makefile	Fri Apr 01 06:03:47 2022 +0000
@@ -1,9 +1,12 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	extr-table
+PROGS=	extr-onemel extr-table
 
 all:	${PROGS}
 
+extr-onemel:	extr-onemel.c
+	${CC} ${CFLAGS} -o $@ $@.c
+
 extr-table:	extr-table.c
 	${CC} ${CFLAGS} -o $@ $@.c