Add Makefile target "purge" to delete all user data
This commit is contained in:
parent
41b3230a9f
commit
17e925e4ef
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -104,6 +104,10 @@ uninstall: $(PRPL_LIBNAME)
|
|||
run: install
|
||||
pidgin -d | grep 'telegram\|plugin\|proxy'
|
||||
|
||||
.PHONY: purge
|
||||
purge: uninstall
|
||||
rm -rf $(HOME)/.telegram-purple
|
||||
|
||||
.PHONY: debug
|
||||
debug: install
|
||||
ddd pidgin
|
||||
|
|
Loading…
Add table
Reference in a new issue