Update Makefile (#80)

ent install -d flag is deprecated. -d=true is a no-op
This commit is contained in:
Dimitri Balios 2024-09-18 23:06:54 +02:00 committed by GitHub
parent a9319559e1
commit c244389971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Install Ent code-generation module # Install Ent code-generation module
.PHONY: ent-install .PHONY: ent-install
ent-install: ent-install:
go get -d entgo.io/ent/cmd/ent go get entgo.io/ent/cmd/ent
# Generate Ent code # Generate Ent code
.PHONY: ent-gen .PHONY: ent-gen