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
11 lines
95 B
Makefile
SHELL := /bin/bash
|
|
|
|
install:
|
|
go install .
|
|
|
|
build:
|
|
go install .
|
|
|
|
run:
|
|
go build . && ./schema
|