diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |