.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
all: test build

MAIN_DIR ?= ./cmd/verify-asg

