mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
make clean
is now thorough
This commit is contained in:
parent
4ccd6f16df
commit
06192ae499
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -134,6 +134,7 @@ tidy:
|
|||
|
||||
clean:
|
||||
rm -f libhardened_malloc.so $(OBJECTS)
|
||||
make -C test/ clean
|
||||
|
||||
test: libhardened_malloc.so
|
||||
make -C test/
|
||||
|
|
|
@ -23,3 +23,4 @@ all: $(EXECUTABLES)
|
|||
|
||||
clean:
|
||||
rm -f $(EXECUTABLES)
|
||||
make -C simple-memory-corruption clean
|
||||
|
|
Loading…
Add table
Reference in a new issue