David Blume's GitList
Repositories
roku_family_photos.git
Code
Commits
Branches
Tags
Search
Tree:
fbe8a41
Branches
Tags
dialog_test
main
roku_family_photos.git
Makefile
Makefile dependency should have been on jpgs.
David Blume
commited
fbe8a41
at 2015-11-10 15:19:23
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/*.jpg zip $@ manifest source/*.* images/*.* clean: rm $(ZIPFILE)