mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-10-07 06:56:32 +02:00
Also remove static library when cleaning
This commit is contained in:
parent
51e8ffe080
commit
45487891f1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -141,7 +141,7 @@ tidy:
|
|||
clang-tidy --extra-arg=-std=c++17 $(filter %.cc,$(SOURCES)) -- $(CPPFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f $(OUT)/libhardened_malloc.so $(OBJECTS)
|
||||
rm -f $(OUT)/libhardened_malloc.so $(OUT)/libhardened_malloc.a $(OBJECTS)
|
||||
$(MAKE) -C test/ clean
|
||||
|
||||
test: $(OUT)/libhardened_malloc$(SUFFIX).so
|
||||
|
|
Loading…
Add table
Reference in a new issue