Skip to content

Commit 2cc05fe

Browse files
committed
🐛 依存パッケージが変わるならその設定ファイルも再コンパイルが必要
1 parent 58e31da commit 2cc05fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(STATUS): $(addsuffix .el,toncs-bootstrap $(addprefix lisp/toncs-,deps stdlib e
3535
lisp/toncs-el-get.elc: lisp/toncs-stdlib.elc lisp/toncs-deps.elc
3636
lisp/toncs-config-org.elc: lisp/toncs-stdlib.elc
3737

38-
lisp/%.elc: lisp/%.el toncs-bootstrap.el
38+
lisp/%.elc: lisp/%.el toncs-bootstrap.el lisp/toncs-deps.el
3939
emacs --quick --batch --load toncs-bootstrap.el --eval "(setq byte-compile-error-on-warn $(ERROR_ON_WARN))" --funcall batch-byte-compile $<
4040

4141
$(DICT_DIR):

0 commit comments

Comments
 (0)