make clean
is now thorough
This commit is contained in:
parent
4ccd6f16df
commit
06192ae499
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…
Reference in New Issue
Block a user