From 347ba44bd104ee45dcccb8a4458b0a00b7ae255d Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 3 Sep 2018 08:47:35 -0700 Subject: [PATCH] Add target for ubuntu touch in makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 70640b6..fe694e4 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,8 @@ distclean: init: npm install ionic cordova platform add android + +ut: + npm run ionic:build + rm www/manifest.json + cd ubuntutouch && clickable