diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile index bdf3060..f852ef1 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,10 @@ uninstall: @systemctl disable getwtxt >/dev/null 2>&1 || true @echo @echo Removing files - rm -rf $(BINDIR) + rm -rf $(BINDIR)/assets + rm -rf $(BINDIR)/logs + rm -f $(BINDIR)/getwtxt + rm -f $(BINDIR)/getwtxt.yml rm -f /etc/systemd/system/getwtxt.service @echo @echo Removing user |