Skip to content

Commit 4548789

Browse files
committed
Also remove static library when cleaning
1 parent 51e8ffe commit 4548789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tidy:
141141
clang-tidy --extra-arg=-std=c++17 $(filter %.cc,$(SOURCES)) -- $(CPPFLAGS)
142142

143143
clean:
144-
rm -f $(OUT)/libhardened_malloc.so $(OBJECTS)
144+
rm -f $(OUT)/libhardened_malloc.so $(OUT)/libhardened_malloc.a $(OBJECTS)
145145
$(MAKE) -C test/ clean
146146

147147
test: $(OUT)/libhardened_malloc$(SUFFIX).so

0 commit comments

Comments
 (0)