forked from Telodendria/Telodendria
Clean Cytoplasm when td clean is run.
This commit is contained in:
parent
e71ffec164
commit
51b9e2eaed
2 changed files with 8 additions and 0 deletions
5
TODO.txt
5
TODO.txt
|
@ -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
|
||||
-----------------
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue