mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-06-20 17:46:41 +02:00
4 lines
No EOL
67 B
Makefile
4 lines
No EOL
67 B
Makefile
all: lua/config.lua
|
|
|
|
lua/%.lua: fnl/%.fnl
|
|
fennel --compile $< > $@
|