X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=573e7de4fcad29290d5bc2454b27a331b13d40c3;hp=04f5e88d82f49accf24a45a214786e94dd33dfc1;hb=524c001eed50ceee40095d6680787e435b9d3624;hpb=9c1c188d974e6284124b590286f74ea22f0b1978 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)))