Skip to content

Commit

Permalink
set DEFAULT_GOAL properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Feb 29, 2016
1 parent 8f0a917 commit 4dd0a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: install_deps build package clobber
.DEFAULT: build
.DEFAULT_GOAL := build

build:
go build -o bin/slacknimate
Expand Down

0 comments on commit 4dd0a59

Please sign in to comment.