Skip to content

Commit

Permalink
Makefile: use instead of distributive
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed May 26, 2016
1 parent 9c7a18c commit dc97730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: deps
test: deps
go test $(TEST) $(TESTARGS) -timeout=30s -parallel=4

package: test build
tar -zcvf bin/distributive.tar.gz distributive
package: build
tar -zcvf bin/$(NAME).tar.gz bin/$(NAME)

.PHONY: all deps updatedeps build test package

0 comments on commit dc97730

Please sign in to comment.