mirror of
https://github.com/pikami/cosmium.git
synced 2026-01-10 21:16:55 +00:00
Minor query parser fixes
This commit is contained in:
5
Makefile
5
Makefile
@@ -19,6 +19,9 @@ build-linux-amd64:
|
||||
@echo "Building Linux binary..."
|
||||
@GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(DIST_DIR)/$(BINARY_NAME)-linux-amd64 .
|
||||
|
||||
generate-parser-nosql:
|
||||
pigeon -o ./parsers/nosql/nosql.go ./parsers/nosql/nosql.peg
|
||||
|
||||
test:
|
||||
@echo "Running unit tests..."
|
||||
@$(GOTEST) -v ./...
|
||||
@@ -28,4 +31,4 @@ clean:
|
||||
@$(GOCLEAN)
|
||||
@rm -rf $(DIST_DIR)
|
||||
|
||||
.PHONY: all test build-all build-macos build-linux clean
|
||||
.PHONY: all test build-all build-macos build-linux clean generate-parser-nosql
|
||||
|
||||
Reference in New Issue
Block a user