shuffle the makefile variables around
This commit is contained in:
parent
d16e772447
commit
4a23465dc3
1 changed files with 5 additions and 4 deletions
9
Makefile
9
Makefile
|
@ -1,7 +1,4 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
MIDITEMPO = 120
|
||||
|
||||
# a list of all used commands
|
||||
LILYPOND = lilypond
|
||||
LUALATEX = lualatex
|
||||
MAKEINDEX = makeindex
|
||||
|
@ -18,6 +15,10 @@ MKDIR = mkdir
|
|||
CD = cd
|
||||
CP = cp
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
MIDITEMPO = 120
|
||||
|
||||
SRCDIR = src
|
||||
OUTDIR = out
|
||||
PDFDIR = pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue