Skip to content

Commit

Permalink
chore: add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Feb 2, 2025
1 parent cec5a8c commit 485e997
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: entgen wiregen build

entgen:
go run -mod=mod entgo.io/ent/cmd/ent generate --feature sql/upsert ./internal/ent/schema

wiregen:
wire gen ./internal/wire

build:
go build -o ./bin/app .

0 comments on commit 485e997

Please sign in to comment.