mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-04 06:03:45 +01:00
4 lines
67 B
Makefile
4 lines
67 B
Makefile
|
|
all: lua/config.lua
|
||
|
|
|
||
|
|
lua/%.lua: fnl/%.fnl
|
||
|
|
fennel --compile $< > $@
|