mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-08 09:28:09 -04:00
15 lines
390 B
Makefile
15 lines
390 B
Makefile
SHELL := bash
|
|
NAME := search
|
|
|
|
include ../../.bingo/Variables.mk
|
|
include ../../.make/default.mk
|
|
include ../../.make/recursion.mk
|
|
include ../../.make/go.mk
|
|
include ../../.make/release.mk
|
|
include ../../.make/docs.mk
|
|
|
|
.PHONY: go-generate
|
|
go-generate: $(PIGEON) $(MOCKERY)
|
|
$(MOCKERY)
|
|
$(PIGEON) -optimize-grammar -optimize-parser -o ../../pkg/kql/dictionary_gen.go ../../pkg/kql/dictionary.peg
|