projects
/
music
/
pretentious.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a3fef
)
Add simple PDF target.
author
rekado
<rekado@elephly.net>
Sat, 4 Jun 2016 20:18:59 +0000
(22:18 +0200)
committer
rekado
<rekado@elephly.net>
Sat, 4 Jun 2016 20:18:59 +0000
(22:18 +0200)
targets.mk
patch
|
blob
|
history
diff --git
a/targets.mk
b/targets.mk
index b1b6c82f8784ab81a19f2e1aed957c7f1920a534..e22fda4a96c9e2fc73d94f239c0c7ab94d4b5ff5 100644
(file)
--- a/
targets.mk
+++ b/
targets.mk
@@
-8,6
+8,9
@@
LILY_CMD = lilypond -ddelete-intermediate-files -djob-count=$(CPU_CORES)
instr/%.pdf: instr/%.ly parts/%.ly
$(LILY_CMD) $<
+%.pdf: %.ly parts/*.ly
+ $(LILY_CMD) $<
+
%.midi: %.ly parts/*.ly
$(LILY_CMD) $<