BINARY=mostdiscussed-crawler all: build run build: go build -o $(BINARY) run: ./$(BINARY) info: build ./$(BINARY) --loglevel=info debug: build ./$(BINARY) -d