Skip to content

Commit 4f9bc01

Browse files
committed
Simplify Makefile
* Makefile: Remove use of `command`
1 parent 80cdeb4 commit 4f9bc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EMACS ?= emacs
2-
ELDEV ?= $(shell command -v eldev)
2+
ELDEV ?= eldev
33

44
FILES = $(wildcard *.el)
55
ELCFILES = $(FILES:.el=.elc)

0 commit comments

Comments
 (0)