From f62eca657a79ef81089f3c34cdf837d7463581db Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 14:59:09 +0200 Subject: Add ipa, man, and unicode scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dmenu/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dmenu/Makefile (limited to 'dmenu/Makefile') diff --git a/dmenu/Makefile b/dmenu/Makefile new file mode 100644 index 0000000..151ba9c --- /dev/null +++ b/dmenu/Makefile @@ -0,0 +1,19 @@ +.POSIX: +include ../common.mk + +install: + $(CHECK_INSTALLED) dash + $(CHECK_INSTALLED) vis + make -C unicode.d + mkdir -p -- ~/.local/bin + ln -sf -- ~/.dotfiles/dmenu/man ~/.local/bin/ + ln -sf -- ~/.dotfiles/dmenu/ipa ~/.local/bin/ + ln -sf -- ~/.dotfiles/dmenu/unicode ~/.local/bin/ + +uninstall: + -unlink -- ~/.local/bin/man + -unlink -- ~/.local/bin/ipa + -unlink -- ~/.local/bin/unicode + -make -C unicode.d reallyclean + +.PHONY: install uninstall -- cgit v1.2.3-70-g09d2