Update Makefile

This commit is contained in:
Dimitri Balios 2023-02-23 10:35:33 +02:00 committed by GitHub
parent 4f776b76b3
commit 842ddbdc9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ ent-gen:
# Create a new Ent entity
.PHONY: 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
.PHONY: up