Files
khatru/Makefile
2021-01-13 23:46:06 -03:00

6 lines
180 B
Makefile

relay-lite: $(shell find . -name "*.go")
go build -ldflags="-s -w" -o ./relay-lite
relay-full: $(shell find . -name "*.go")
go build -ldflags="-s -w" -tags full -o ./relay-full