Skip to content

Commit

Permalink
feat: fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Dec 9, 2023
1 parent e6fec30 commit 3d6a9b9
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
Expand Up @@ -13,7 +13,7 @@ early-init.el init.el: README.org
emacs -Q --batch -l org --eval "(org-babel-tangle-file \"README.org\")"

.PHONY: config
config: early-init.el init.el
config: early-init.el
emacs -Q --batch -l early-init.el -l init.el

TARGET = $(DESTDIR)$(PREFIX)/.emacs.d
Expand Down

0 comments on commit 3d6a9b9

Please sign in to comment.