Update Makefile

This commit is contained in:
Dimitri Balios 2023-02-23 10:35:33 +02:00 committed by GitHub
parent 50ea32fe70
commit bb880ef091

View file

@ -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