Add .config/nvim/Makefile
This commit is contained in:
parent
7e8738af90
commit
eca60eec3e
1 changed files with 4 additions and 0 deletions
4
.config/nvim/Makefile
Normal file
4
.config/nvim/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
all: lua/config.lua
|
||||
|
||||
lua/%.lua: fnl/%.fnl
|
||||
fennel --compile $< > $@
|
Loading…
Add table
Reference in a new issue