makefile/app.mk -> scripts/app.mk
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
default:
|
||||
$(MAKE) -C src
|
||||
|
||||
install:
|
||||
$(MAKE) -C src install
|
||||
|
||||
remove:
|
||||
$(MAKE) -C src remove
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# vahagn-test-channel
|
||||
A basic sample channel application for Roku
|
||||
# Hummingbird
|
||||
|
||||
API test channel for Roku.
|
||||
|
||||
```
|
||||
% export ROKU_DEV_TARGET=<ip>
|
||||
|
||||
@@ -22,4 +22,4 @@ ZIP_EXCLUDE= -x \*.pkg -x storeassets\* -x keys\* -x \*/.\*
|
||||
|
||||
APPS_ROOT_DIR := $(shell git rev-parse --show-toplevel)
|
||||
|
||||
include $(APPS_ROOT_DIR)/makefile/app.mk
|
||||
include $(APPS_ROOT_DIR)/scripts/app.mk
|
||||
|
||||
Reference in New Issue
Block a user