khatru/Makefile
2021-01-14 22:02:12 -03:00

6 lines
180 B
Makefile

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