From 4a23465dc3a934bd237d4bfa311b9c1607fae4c7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 1 Dec 2015 11:28:02 +0100 Subject: [PATCH] shuffle the makefile variables around --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a75d18f..aaedb3e 100644 --- a/Makefile +++ b/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