summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-04-25 09:17:34 +0200
committerMartin Polden <mpolden@mpolden.no>2021-04-25 09:17:34 +0200
commitca32672fcc09a7cd17aaf633169c806257272c30 (patch)
tree740f0be944c5817804ff88b1044de24610d104a7 /Makefile
parenta47f07e39baa4d290d98b0f0b7fa0eaad2f9ac23 (diff)
makefile: Update install-emacs target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91e0565..0b1c52f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ install:
install-emacs:
ifdef BREW
brew tap railwaycat/emacsmacport
- brew install --with-mac-metal --with-emacs-big-sur-icon emacs-mac
+ brew install --cask emacs-mac
else
$(error brew command not found)
endif