# Makefile to start Titanium Mobile project from the command line. # More info at https://github.com/guilhermechapiewski/titanium-jasmine PROJECT_ROOT=$(shell pwd) PROJECT_NAME=SampleApp run: @echo "Building with Titanium..." @mkdir -p ${PROJECT_ROOT}/${PROJECT_NAME}/build/iphone/ @PROJECT_NAME=${PROJECT_NAME} PROJECT_ROOT=${PROJECT_ROOT} DEVICE_TYPE=iphone bash ${PROJECT_ROOT}/titanium.sh