Files
zenbones-theme/makefile

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

5 lines
93 B
Makefile
Raw Normal View History

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