.PHONY: build
build:
	go build

.PHONY: start
start: build
	./downloader start
