mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
4 lines
67 B
Makefile
4 lines
67 B
Makefile
|
|
all: lua/config.lua
|
||
|
|
|
||
|
|
lua/%.lua: fnl/%.fnl
|
||
|
|
fennel --compile $< > $@
|