From 34f714d24a60c9e454731d1b5c9a1e43c8df35da Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sun, 11 Feb 2018 14:39:50 +0100 Subject: [PATCH] add uninstall target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 40be3caf..2c1200a2 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ release: clean clean: rm -rf ./app/build/outputs + +uninstall: + adb uninstall ch.blinkenlights.android.vanilla