From 61713e98d622d0d6d778c423e52eda2a50d07d02 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 29 Mar 2024 19:23:07 -0300 Subject: Makefile: rm both socket files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 30784ec..68737ee 100644 --- a/Makefile +++ b/Makefile @@ -129,8 +129,8 @@ uninstall: run-papo: all - rm -f papo.socket - ./$(NAME).bin papo.socket + rm -f papo.public.socket papo.command.socket + ./$(NAME).bin run-wscat: rm -f wscat.socket -- cgit v1.2.3