summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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