From 9cfecc786742803132fb7266a21c24f760fcd618 Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Fri, 8 Dec 2023 10:35:32 +0900 Subject: [PATCH] Remove executables with make clean Signed-off-by: Masanori Ogino --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40d0d79..53cebe9 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ install: all ./sj3mkdic dict/visual.eucjp $(DESTDIR)$(SHAREDIR)/sj3/dict/sj3main.dic > /dev/null clean: - rm -f $(PUBLIC_LIBS) $(PRIVATE_LIBS) $(ALL_OBJS) compats.o + rm -f $(PUBLIC_LIBS) $(PRIVATE_LIBS) $(ALL_OBJS) compats.o $(CLIENT_APPS) sj3serv distclean: clean rm -f Makefile.configure config.h config.log