diff options
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 |