Skip to content

Commit

Permalink
Simplify Makefile
Browse files Browse the repository at this point in the history
* Makefile: Remove use of `command`
  • Loading branch information
nnicandro committed Nov 18, 2024
1 parent 2e45228 commit 407e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EMACS ?= emacs
ELDEV ?= $(shell command -v eldev)
ELDEV ?= eldev

FILES = $(wildcard *.el)
ELCFILES = $(FILES:.el=.elc)
Expand Down

0 comments on commit 407e6f6

Please sign in to comment.