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),)