.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/feed-settings-loader

jenkins: setup lint test build
	go env
	go version
	env
	mkdir /build/output
	cp feed-settings-loader /build/output
	cp -R ./config /build/output
