mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit 1f80872936af76faa620b6f28596ff0a81da5161
parent 8343a40132fded64a73c1f98bae5f4a107e20a2a
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 31 Aug 2022 01:42:33 +0300

Makefile: add .POSIX target

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,3 +1,5 @@ +.POSIX: + PREFIX = /usr/local BINDIR = ${PREFIX}/bin SHAREDIR = ${PREFIX}/share