diff options
author | Erich Eckner <git@eckner.net> | 2020-01-24 09:50:36 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-24 09:50:36 +0100 |
commit | b826a2168c5d488197fca83ac7955a25ab5fb913 (patch) | |
tree | 61a8cb534762ec31d4a6b3f8091577c67c18a87c /Thank_you_for_the_music | |
parent | 7ed245ce0a4b6b0ae6f036a08e52e6e23809d1a9 (diff) | |
download | Musik-b826a2168c5d488197fca83ac7955a25ab5fb913.tar.xz |
es gibt jetzt nur noch *ein* Makefile (bis auf Konzerte) - wenn was nicht geht: altes Makefile raussuchen und das generische Makefile updaten, sodass es wieder läuft!
Diffstat (limited to 'Thank_you_for_the_music')
-rw-r--r-- | Thank_you_for_the_music/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Thank_you_for_the_music/Makefile b/Thank_you_for_the_music/Makefile index 9dcdc6c..cb66cc7 100644 --- a/Thank_you_for_the_music/Makefile +++ b/Thank_you_for_the_music/Makefile @@ -4,7 +4,7 @@ all: $(CURDOC).pdf pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true clean: - rm -f *.pre *.post + rm -f *.pre Clean: clean rm -f *.pdf *.midi @@ -19,9 +19,4 @@ include ../.meta/*.mk %.pdf: %.post lilypond $< - -%.midi: %-nur-midi.post - lilypond $< - -test: - echo $(patsubst %.ly,%.post, $(shell ls *.ly)) + pkill -SIGHUP -xf "mupdf $@" || true |