Skip to content

Commit d376ef5

Browse files
committed
Makefile: Allow variables to be defined in config.mk
Magit's Makefile is fancier and tries to automatically locate the ELPA directories for these dependencies. But because I'm probably the only one that uses this Makefile and I don't use package.el, this should do.
1 parent 476cb49 commit d376ef5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/magit-annex-autoloads.el
22
/magit-annex.elc
3+
/config.mk

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
-include config.mk
3+
24
MAGIT_DIR ?= /dev/null
35
DASH_DIR ?= /dev/null
46
WITH_EDITOR_DIR ?= /dev/null

0 commit comments

Comments
 (0)