run(justfile): run recipe run sources with Teal
This commit is contained in:
parent
cc83c8e8a0
commit
7451672ed4
4
justfile
4
justfile
|
@ -1,6 +1,8 @@
|
||||||
lua_version := "5.4"
|
lua_version := "5.4"
|
||||||
lua := "lua" + " -l set_paths"
|
lua := "lua" + " -l set_paths"
|
||||||
|
|
||||||
|
tl := "tl run" + " -l set_paths"
|
||||||
|
|
||||||
rocks_tree := "lua_modules"
|
rocks_tree := "lua_modules"
|
||||||
rockspec_file := "rockspecs/awesomewm.d.tl-dev-1.rockspec"
|
rockspec_file := "rockspecs/awesomewm.d.tl-dev-1.rockspec"
|
||||||
|
|
||||||
|
@ -36,7 +38,7 @@ clean:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
run:
|
run:
|
||||||
{{ lua }} build/awesomewm.d.tl/init.lua
|
{{ tl }} src/awesomewm.d.tl/init.tl
|
||||||
|
|
||||||
# TODO : how to run a debugger on Teal code?
|
# TODO : how to run a debugger on Teal code?
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Reference in New Issue