saasitone/Makefile

7 lines
102 B
Makefile
Raw Normal View History

2021-12-10 17:44:23 -08:00
.PHONY: pg
pg:
psql postgresql://admin:admin@localhost:5432/app
.PHONY: ent
ent:
go generate ./ent