Use correct indentation for Makefile

Signed-off-by: Dan Kozlowski <koz@planetscale.com>
This commit is contained in:
Daniel Kozlowski 2018-10-19 17:07:31 -07:00 коммит произвёл Dan Kozlowski
Родитель d7a2920bbe
Коммит 07027d5539
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -46,7 +46,7 @@ build:
ifndef NOBANNER
echo $$(date): Building source tree
endif
go install $(VT_GO_PARALLEL) -ldflags "$(shell tools/build_version_flags.sh)" ./go/...
go install $(VT_GO_PARALLEL) -ldflags "$(shell tools/build_version_flags.sh)" ./go/...
parser:
make -C go/vt/sqlparser