Skip to content

Commit 471ff7a

Browse files
committed
build: Clean test binary
1 parent e5c74d9 commit 471ff7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ uninstall:
5353
rm -f $(addprefix $(DESTDIR)$(mandir)/man5/,$(man5_files))
5454

5555
clean:
56-
rm -f src/*.o src/*~ $(addprefix src/,$(bins))
56+
rm -f src/*.o src/*~ $(addprefix src/,$(bins)) tests/test_store
5757

5858
clang_supports_unsafe_buffer_usage := $(shell clang -x c -c /dev/null -o /dev/null -Werror -Wunsafe-buffer-usage > /dev/null 2>&1; echo $$?)
5959
ifeq ($(clang_supports_unsafe_buffer_usage),0)

0 commit comments

Comments
 (0)