projects
/
pelican-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1c188
)
Remove macOS build workaround.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 17 Feb 2018 11:16:32 +0000
(12:16 +0100)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 17 Feb 2018 11:17:27 +0000
(12:17 +0100)
Makefile
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
old mode 100644
(file)
new mode 100755
(executable)
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)))