fix makefile
This commit is contained in:
parent
c239bf2c92
commit
f6f33bcb4e
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ GOFMT ?= gofmt -s
|
|||
TAGS ?=
|
||||
SED_INPLACE := sed -i
|
||||
|
||||
GO_DIRS := caches contexts integrations core dialects internal log migrate names schemas tags
|
||||
GO_DIRS := contexts integrations core dialects internal log migrate names schemas tags
|
||||
GOFILES := $(wildcard *.go)
|
||||
GOFILES += $(shell find $(GO_DIRS) -name "*.go" -type f)
|
||||
INTEGRATION_PACKAGES := xorm.io/xorm/v2/tests
|
||||
|
|
Loading…
Reference in New Issue