added clean subc to makefile and cleaned out log artifacts, rearranged logs to be in project_root

This commit is contained in:
phanes
2023-02-18 20:55:42 -05:00
parent f2a9ea21ba
commit a64a366e80
18 changed files with 32 additions and 92 deletions

View File

@@ -17,6 +17,24 @@
"group": "phanes",
"supply_environment": true,
"environment": "environments/stage1.env.bash"
},
{
"name": "check dependencies",
"target": "components/check_dependencies.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "phanes",
"group": "phanes",
"supply_environment": true,
"environment": "environments/stage1.env.bash"
}
]
}