Files
zenbones-theme/makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
116 B
Makefile
Raw Normal View History

make:
nvim --headless -u NORC \
--cmd 'set rtp+=.' \
--cmd 'lua require("zenbones.build").run()' \
--cmd 'q'