Mercurial > ~darius > hgwebdir.cgi > musiccutter
comparison Makefile @ 13:5f4c21bb5140
Add lines and notes engraved on the paper.
Add left margin for page one.
Add comments about what each thing does.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 12 Apr 2016 21:54:30 +0930 |
parents | b1aac55d2864 |
children |
comparison
equal
deleted
inserted
replaced
12:6e46ceee57a7 | 13:5f4c21bb5140 |
---|---|
4 RM= rm -f | 4 RM= rm -f |
5 MOPTS= | 5 MOPTS= |
6 MVOPTS= | 6 MVOPTS= |
7 MPOPTS= -DPIANO -DNOVOICE | 7 MPOPTS= -DPIANO -DNOVOICE |
8 | 8 |
9 all: test.midi test.ps | 9 all: test.midi scale.midi |
10 #all: test.ps test-piano.ps test.midi | |
11 | |
12 test-piano.ps: test.mup | |
13 $(MUP) $(MOPTS) $(MPOPTS) $> > $@ | |
14 | 10 |
15 clean: | 11 clean: |
16 $(RM) test.ps test-piano.ps test.midi | 12 $(RM) test.ps test-piano.ps test.midi |
17 | 13 |
18 # Generic rules | 14 # Generic rules |