Fix bug
This commit is contained in:
parent
1495c46ae6
commit
f31f0f8a0a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ apply:
|
||||||
./build/bin/manifest apply
|
./build/bin/manifest apply
|
||||||
|
|
||||||
.PHONY: check-style
|
.PHONY: check-style
|
||||||
check-style: webapp/.npminstall gofmt govet
|
check-style: server/.depensure webapp/.npminstall gofmt govet
|
||||||
@echo Checking for style guide compliance
|
@echo Checking for style guide compliance
|
||||||
|
|
||||||
ifneq ($(HAS_WEBAPP),)
|
ifneq ($(HAS_WEBAPP),)
|
||||||
|
|
Reference in a new issue