view Makefile @ 37:c490fecec0ef

Have another crack at fixing transposition. Now searches down and up 3 octaves. Refactor a bunch of code.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 23 May 2016 21:11:27 +0930
parents 5f4c21bb5140
children
line wrap: on
line source

.SUFFIXES: .mup .ps .midi

MUP=	mup
RM=	rm -f
MOPTS=	
MVOPTS=	
MPOPTS=	-DPIANO -DNOVOICE

all: test.midi scale.midi 

clean:
	$(RM) test.ps test-piano.ps test.midi

# Generic rules
.mup.midi:
	$(MUP) -m $@ $>

.mup.ps:
	$(MUP) $(MOPTS) $(MVOPTS) $> > $@