From 3992fa9f6b34334c96f8efd3b673d7e3b7734d87 Mon Sep 17 00:00:00 2001 From: leitner Date: Wed, 22 Mar 2023 15:57:28 +0000 Subject: [PATCH] make clean also removes json binary --- GNUmakefile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 973caad..6eb7d65 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1184,7 +1184,7 @@ clean: havesl.h haveinline.h iopause.h select.h havekqueue.h haveepoll.h \ libepoll havesigio.h havebsdsf.h havesendfile.h havescope.h havedevpoll.h \ dep libsocket havealloca.h haveuint128.h entities.h ent havepread.h haveaccept4.h \ -*.gcda *.gcno compile_commands.json +*.gcda *.gcno compile_commands.json json rm -rf libowfat INCLUDES=buffer.h byte.h fmt.h ip4.h ip6.h mmap.h scan.h socket.h str.h stralloc.h \ diff --git a/Makefile b/Makefile index d433541..71b77b3 100644 --- a/Makefile +++ b/Makefile @@ -1139,7 +1139,7 @@ clean: havesl.h haveinline.h iopause.h select.h havekqueue.h haveepoll.h \ libepoll havesigio.h havebsdsf.h havesendfile.h havescope.h havedevpoll.h \ dep libsocket havealloca.h haveuint128.h entities.h ent havepread.h haveaccept4.h \ -*.gcda *.gcno compile_commands.json +*.gcda *.gcno compile_commands.json json rm -rf libowfat INCLUDES=buffer.h byte.h fmt.h ip4.h ip6.h mmap.h scan.h socket.h str.h stralloc.h \