From 524c001eed50ceee40095d6680787e435b9d3624 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 17 Feb 2018 12:16:32 +0100 Subject: [PATCH 1/1] Remove macOS build workaround. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Makefile diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 04f5e88..573e7de --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # compiled binary, for any purpose, commercial or non-commercial, and # by any means. -EMACS ?= $(firstword $(shell command -v /Applications/Emacs.app/Contents/MacOS/Emacs emacs)) +EMACS ?= emacs SRC := pelican-mode.el OBJ := $(SRC:.el=.elc) DIR := $(dir $(lastword $(MAKEFILE_LIST))) -- 2.20.1