mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Force make to use bash (#2380)
This commit is contained in:
parent
1e2e698225
commit
72d03602e0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -1,5 +1,6 @@
|
|||
.PHONY: build clean build-lattice cover cover-viz default docker docker-build docker-tag-push generate generate-protoc generate-pql generate-statik generate-stringer install install-protoc-gen-gofast install-protoc install-statik install-peg test docker-login
|
||||
|
||||
SHELL := /bin/bash
|
||||
VERSION := $(shell git describe --tags 2> /dev/null || echo unknown)
|
||||
VARIANT = Molecula
|
||||
GO=go
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue