From f31f0f8a0ad18b03b48578ecfc69e174b268a3d7 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 12 Oct 2018 16:10:07 +0200 Subject: [PATCH] Fix bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f31d05..8ffb8da 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ apply: ./build/bin/manifest apply .PHONY: check-style -check-style: webapp/.npminstall gofmt govet +check-style: server/.depensure webapp/.npminstall gofmt govet @echo Checking for style guide compliance ifneq ($(HAS_WEBAPP),)