Update Makefile
This commit is contained in:
parent
50ea32fe70
commit
bb880ef091
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ ent-gen:
|
||||||
# Create a new Ent entity
|
# Create a new Ent entity
|
||||||
.PHONY: ent-new
|
.PHONY: ent-new
|
||||||
ent-new:
|
ent-new:
|
||||||
go run entgo.io/ent/cmd/ent init $(name)
|
go run entgo.io/ent/cmd/ent new $(name)
|
||||||
|
|
||||||
# Start the Docker containers
|
# Start the Docker containers
|
||||||
.PHONY: up
|
.PHONY: up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue