diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-26 23:17:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-26 23:17:08 +0200 |
commit | 23a5f5f8d65601f76e0d3991c023520949e08834 (patch) | |
tree | 22c5dc492b79d848307b04a521b481c11b461a59 /dmenu/Makefile | |
parent | Merge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles (diff) | |
download | dotfiles-23a5f5f8d65601f76e0d3991c023520949e08834.tar.gz dotfiles-23a5f5f8d65601f76e0d3991c023520949e08834.tar.bz2 dotfiles-23a5f5f8d65601f76e0d3991c023520949e08834.tar.xz |
Add missing dependency checks
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | dmenu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenu/Makefile b/dmenu/Makefile index 7183f39..4e1ed56 100644 --- a/dmenu/Makefile +++ b/dmenu/Makefile @@ -6,6 +6,8 @@ install: ../check-installed-shebang unicode ../check-installed-shebang plumb ../check-in-path vis + ../check-in-path ifne + ../check-in-path xclip ../check-installed general-preprocessor cd unicode.d && make gpp -s '%%' < dmenu.gpp > .dmenu |