mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-11-23 17:26:31 +01:00
Also remove static library when cleaning
This commit is contained in:
parent
a22f5f911b
commit
1f40535cec
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)
|
clang-tidy --extra-arg=-std=c++17 $(filter %.cc,$(SOURCES)) -- $(CPPFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OUT)/libhardened_malloc.so $(OBJECTS)
|
rm -f $(OUT)/libhardened_malloc.so $(OUT)/libhardened_malloc.a $(OBJECTS)
|
||||||
$(MAKE) -C test/ clean
|
$(MAKE) -C test/ clean
|
||||||
|
|
||||||
test: $(OUT)/libhardened_malloc$(SUFFIX).so
|
test: $(OUT)/libhardened_malloc$(SUFFIX).so
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue