4 lines
67 B
Makefile
4 lines
67 B
Makefile
|
all: lua/config.lua
|
||
|
|
||
|
lua/%.lua: fnl/%.fnl
|
||
|
fennel --compile $< > $@
|