1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +02:00
Files
golang-saas-starter-kit/tools/truss/makefile
2019-07-13 20:50:00 -08:00

11 lines
94 B
Makefile

SHELL := /bin/bash
install:
go install .
build:
go install .
run:
go build . && ./truss