forked from DGNum/liminix
7e19d80130
contains expect and expect=
9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
|
default: fs.lua init.lua nl.lua svc.lua
|
|
|
|
test:
|
|
ln -s . anoia
|
|
fennel test.fnl
|
|
|
|
%.lua: %.fnl
|
|
fennel --compile $< > $@
|