Skip to content

Commit

Permalink
chore: update makefile with correct minimal_init path
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 18, 2023
1 parent cd2a6d7 commit 5a77463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ extragen:

.PHONY : minimal
minimal:
sed -i "s|EdenEast/nightfox.nvim|${root_dir}|g" minimal_init.lua
nvim --clean -u minimal_init.lua minimal_init.lua
sed -i "s|EdenEast/nightfox.nvim|${root_dir}|g" .github/minimal_init.lua
nvim --clean -u .github/minimal_init.lua .github/minimal_init.lua

.PHONY : docgen
docgen: $(pandocdir)
Expand Down

0 comments on commit 5a77463

Please sign in to comment.