mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-06 23:46:29 +02:00
9 lines
66 B
Makefile
9 lines
66 B
Makefile
SHELL := /bin/bash
|
|
|
|
install:
|
|
go install .
|
|
|
|
build:
|
|
go install .
|
|
|