Clean Cytoplasm when td clean is run.

This commit is contained in:
Jordan Bancino 2023-05-21 13:34:05 +00:00
parent e71ffec164
commit 51b9e2eaed
2 changed files with 8 additions and 0 deletions

View file

@ -19,12 +19,17 @@ Milestone: v0.3.0
[x] Profiles
[ ] Directory
[ ] Fix leaks in http, json
[ ] Remove TelodendriaGenerateMemReport()
[ ] Cytoplasm
[ ] Debug OpenSSL
[x] Documentation
[x] hdoc(1) and hdoc(5)
[x] Fix memory leaks in hdoc
[x] Detect memory write out of bounds
[ ] Memory check before reallocate, free
[ ] Add a sane default memory hook
Milestone: v0.4.0
-----------------

View file

@ -207,6 +207,9 @@ recipe_run() {
# Remove all build files, which can be regenerated by re-running the
# build recipe.
recipe_clean() {
cd Cytoplasm
sh make.sh clean
cd ..
rm -r build
}