.PHONY: all precommit setup lint test integration_test build run fix jenkins
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(SELF_DIR)vendor/code.justin.tv/feeds/service-common/CommonMakefile.mk
MAIN_DIR ?= ./cmd/populate-rec-feed

jenkins: setup lint test build
	go env
	go version
	env
	mkdir /build/output
	touch /build/output/.keep

