.PHONY: all precommit setup lint test integration_test build run fix jenkins
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
SERVICE = ecs-on-demand

include $(SELF_DIR)vendor/code.justin.tv/feeds/service-common/CommonMakefile.mk
all: setup lint test build


jenkins: test lint static_build
