saasitone/Makefile
2021-12-11 13:03:10 -05:00

7 lines
102 B
Makefile

.PHONY: pg
pg:
psql postgresql://admin:admin@localhost:5432/app
.PHONY: ent
ent:
go generate ./ent