summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-01-20 18:52:59 +0100
committerMartin Polden <mpolden@mpolden.no>2022-01-20 18:52:59 +0100
commit372e69e8b29cd2a22f2f90c814f487666363b3d7 (patch)
tree87a31d3b38e20abbeab2d4a4488eb4d9f208ae11 /Makefile
parent85fcd0344948788956a1361ba0efe724f987339e (diff)
makefile: Fix comparison
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebec45e..5866b95 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ install:
ln $(LN_FLAGS) $(CURDIR) ~/.emacs.d
install-emacs:
-ifdef BREW
+ifneq ($(BREW),)
brew install --cask emacs
else
$(error brew command not found)