Move to Teal 🚀 #6
4
justfile
4
justfile
|
@ -4,8 +4,8 @@ lua := "lua" + " -l set_paths"
|
|||
rocks_tree := "lua_modules"
|
||||
rockspec_file := "rockspecs/awesomewm.d.tl-dev-1.rockspec"
|
||||
|
||||
lua_targets := `find src/ -iname '*.lua' | xargs` + " " + `ls *.lua | xargs`
|
||||
teal_targets := `find src/ types/ -iname '*.tl' | xargs`
|
||||
lua_targets := `find src/ -type f -iname '*.lua' | xargs` + " " + `ls *.lua | xargs`
|
||||
teal_targets := `find src/ types/ -type f -iname '*.tl' | xargs`
|
||||
|
||||
install:
|
||||
luarocks \
|
||||
|
|
Loading…
Reference in New Issue