You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
remwork tools
This commit is contained in:
10
tools/truss/makefile
Normal file
10
tools/truss/makefile
Normal file
@ -0,0 +1,10 @@
|
||||
SHELL := /bin/bash
|
||||
|
||||
install:
|
||||
go install .
|
||||
|
||||
build:
|
||||
go install .
|
||||
|
||||
run:
|
||||
go build . && ./truss
|
Reference in New Issue
Block a user