David Blume authored 9 years ago
1) .PHONY: clean 2) ZIPFILE=ip_tagger.zip 3) 4) all: $(ZIPFILE) 5) curl -s -S --user rokudev:$(DEVPASSWORD) --digest -F "archive=@$(ZIPFILE)" \ 6) -F "mysubmit=Install" --output /dev/null --write-out "%{http_code}" \ 7) http://$(ROKU_DEV_TARGET)/plugin_install 8)
9) $(ZIPFILE): manifest source/*.brs images/*.png