view Makefile @ 18:cf93a76eda92

The laser cutter software barfs on these lines and stops processing the PDF (but doesn't emit any errors!) so just if them out for now.
author Daniel O'Connor <darius@dons.net.au>
date Wed, 20 Apr 2016 08:38:38 +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) $> > $@