aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: af997277c3a07ecf1f2daad9a02b4486296c924a (plain)
1
2
3
4
5
6
7
8
@PHONY=all app

all: 
	go build -trimpath -ldflags='-s -w'

clean:
	go clean