Add Makefile target "purge" to delete all user data

This commit is contained in:
mjentsch 2014-10-05 20:53:14 +02:00
parent 41b3230a9f
commit 17e925e4ef

View file

@ -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