From 0886336cc69a811c63c0281feaa23f115fa6f869 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 27 May 2018 14:40:32 +0200 Subject: [PATCH] Remove OS X-specific build hack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.20.1