From 4dd0a59ce372be84e707f57fb600214fba39df9e Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Mon, 29 Feb 2016 12:01:40 -0500 Subject: [PATCH] set DEFAULT_GOAL properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0466f5..2748fc1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: install_deps build package clobber -.DEFAULT: build +.DEFAULT_GOAL := build build: go build -o bin/slacknimate