[Refactor] Development rockspec, Project structure and Entry point #84

Merged
Aire-One merged 16 commits from feat/#65 into master 2023-09-18 15:20:42 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 64fbdf908f - Show all commits

View File

@ -4,7 +4,7 @@ lua := "lua" + " -l set_paths"
tl := "tl run" + " -l set_paths" tl := "tl run" + " -l set_paths"
rocks_tree := "lua_modules" 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` lua_targets := `find src/ -type f -iname '*.lua' | xargs` + " " + `ls *.lua | xargs`
teal_targets := `find src/ types/ -type f -iname '*.tl' | xargs` teal_targets := `find src/ types/ -type f -iname '*.tl' | xargs`