X-Git-Url: https://git.korewanetadesu.com/?p=apt-sources-list.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=319a5e06475f2fd41a9e8825900bf4d980258554;hp=bb5ac74032bfac2f6061c8540fe7e0c62f16b18f;hb=0886336cc69a811c63c0281feaa23f115fa6f869;hpb=4cffa644e1db4b2f7214d61efd6e6882150887bf diff --git a/Makefile b/Makefile index bb5ac74..319a5e0 100755 --- 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 := apt-sources-list.el OBJ := $(SRC:.el=.elc) DIR := $(dir $(lastword $(MAKEFILE_LIST)))