11 lines
182 B
Makefile
11 lines
182 B
Makefile
#
|
|
# Copyright (c) 2015 Roku, Inc. All rights reserved.
|
|
# Simple Makefile for Roku Channel Development
|
|
#
|
|
|
|
APPNAME = hello-world
|
|
IMPORTS =
|
|
|
|
APPSROOT = ..
|
|
include $(APPSROOT)/app.mk
|