Files
zenbones-theme/makefile

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

6 lines
121 B
Makefile
Raw Normal View History

make:
nvim --headless -u NORC \
--cmd 'set rtp+=.' \
2021-11-05 14:43:28 +08:00
--cmd 'lua require("zenbones.shipwright").run()' \
--cmd 'q'