Initial version of template application

This commit is contained in:
Ivan Grokhotkov
2016-08-18 22:31:54 +08:00
commit d4eb1d137f
7 changed files with 326 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := app-template
include $(SDK_PATH)/make/project.mk