From 2e5485846dba5a787f571fc98b9ef90cf5f20b19 Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Mon, 16 May 2016 00:31:12 -0700 Subject: [PATCH] Package modification --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 345ee16..714ddcd 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,5 @@ deploy: build package: monkeyc --warn --output bin/$(APPNAME).iq -m manifest.xml \ - -z $(resources) -d $(DEVICE)_sim -u $(SDK_HOME)/bin/devices.xml \ + -z $(resources) -u $(SDK_HOME)/bin/devices.xml \ -p $(SDK_HOME)/bin/projectInfo.xml $(sources) -e -r