[Refactor] Development rockspec, Project structure and Entry point #84
2
justfile
2
justfile
|
@ -4,7 +4,7 @@ lua := "lua" + " -l set_paths"
|
|||
tl := "tl run" + " -l set_paths"
|
||||
|
||||
rocks_tree := "lua_modules"
|
||||
rockspec_file := "awesomewm.d.tl-dev-1.rockspec"
|
||||
rockspec_file := "awesomewm-d-tl-dev-1.rockspec"
|
||||
|
||||
lua_targets := `find src/ -type f -iname '*.lua' | xargs` + " " + `ls *.lua | xargs`
|
||||
teal_targets := `find src/ types/ -type f -iname '*.tl' | xargs`
|
||||
|
|
Loading…
Reference in New Issue