From 811d8d971837ee0776bfd12acc937192691e7be7 Mon Sep 17 00:00:00 2001 From: Joseph Glanville Date: Sat, 18 Jul 2020 17:27:43 +0700 Subject: [PATCH] Fix Makefile typo PHONy -> PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11c406be..bb6a18d7 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ all: lint cover bazeltest bazelbuild install: go install ./cmd/prototool -.PHONy: bins +.PHONY: bins bins: go build ./cmd/prototool