1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-06 23:46:29 +02:00

11 lines
95 B
Makefile
Raw Permalink Normal View History

2019-05-25 08:26:37 -05:00
SHELL := /bin/bash
2019-07-13 20:50:00 -08:00
install:
go install .
build:
go install .
2019-05-25 08:26:37 -05:00
run:
go build . && ./schema