From c623678cc6414e9e280b4f21dc1239c02e2f1f9b Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 7 Dec 2016 21:32:49 +0100 Subject: Don't depend on guile-user and eval. --- targets.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'targets.mk') diff --git a/targets.mk b/targets.mk index f305970..f566a21 100644 --- a/targets.mk +++ b/targets.mk @@ -5,10 +5,8 @@ TOP := $(dir $(lastword $(MAKEFILE_LIST))) SOUNDFONT = $(HOME)/soundfonts/FluidR3GM.sf2 # Determine how many processors are present CPU_CORES=`grep -m1 "cpu cores" /proc/cpuinfo | tr -cd '[:digit:]'` -# StaffTab loader -STAFFTAB_LOADER = "(load \"$(TOP)/stafftab-engraver.scm\")" # The command to run lilypond -LILY_CMD = lilypond -ddelete-intermediate-files -drelative-includes -djob-count=$(CPU_CORES) -e $(STAFFTAB_LOADER) +LILY_CMD = lilypond -ddelete-intermediate-files -drelative-includes -djob-count=$(CPU_CORES) parts/%.pdf: parts/%.ly music/%.ly $(LILY_CMD) $< -- cgit v1.2.3