From 00eb6725e698ddaa637fe7d95980366296dce3b8 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sat, 3 Sep 2016 09:16:08 -0700 Subject: [PATCH] fix a typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b0cba65..8df045c6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ HASH = $(shell git rev-parse --short HEAD) build: deps tcell go build -ldflags "-X main.Version=$(VERSION) -X main.CommitHash=$(HASH) -X 'main.CompileDate=$(shell date -u '+%B %d, %Y')'" -o micro ./cmd/micro -# Builds micro after building the runtiem and checking dependencies +# Builds micro after building the runtime and checking dependencies build-all: runtime build # Builds micro without checking for dependencies