David Blume's GitList
Repositories
roku_family_photos.git
Code
Commits
Branches
Tags
Search
Tree:
e1edf61
Branches
Tags
dialog_test
main
roku_family_photos.git
Makefile
Use Makefile so it can make use of environment variables
David Blume
commited
e1edf61
at 2015-11-10 15:07:38
Makefile
Blame
History
Raw
.PHONY: clean ZIPFILE=family_photos.zip all: $(ZIPFILE) curl -s -S --user rokudev:$(DEVPASSWORD) --digest -F "archive=@$(ZIPFILE)" \ -F "mysubmit=Install" --output /dev/null --write-out "%{http_code}" \ http://$(ROKU_DEV_TARGET)/plugin_install $(ZIPFILE): manifest source/*.brs images/*.png zip $@ manifest source/*.* images/*.* clean: rm $(ZIPFILE)