diff options
Diffstat (limited to 'Thank_you_for_the_music/Makefile')
-rw-r--r-- | Thank_you_for_the_music/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Thank_you_for_the_music/Makefile b/Thank_you_for_the_music/Makefile index 7ae7512..d77f888 100644 --- a/Thank_you_for_the_music/Makefile +++ b/Thank_you_for_the_music/Makefile @@ -14,7 +14,7 @@ else endif all: $(CURDOC).pdf - pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' + pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true clean: rm -f *.pre |