diff options
author | Erich Eckner <git@eckner.net> | 2019-06-18 09:10:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-18 09:10:58 +0200 |
commit | 4f86b7893551e91c8b8a2a55b44f2f0119dbab42 (patch) | |
tree | 2ca74a79435d0153ec1277c28a67407990a72556 /Kommt_herzu/Makefile | |
parent | 19afa6d799289657f9f9b3d31da2086883de77c3 (diff) | |
download | Musik-4f86b7893551e91c8b8a2a55b44f2f0119dbab42.tar.xz |
add pkill to all Makefiles
Diffstat (limited to 'Kommt_herzu/Makefile')
-rw-r--r-- | Kommt_herzu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kommt_herzu/Makefile b/Kommt_herzu/Makefile index ef6dedf..d949731 100644 --- a/Kommt_herzu/Makefile +++ b/Kommt_herzu/Makefile @@ -8,6 +8,7 @@ else endif all: $(CURDOC).pdf + pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' clean: rm -f *.pre |