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

jenkins: setup lint test static_build
