5 lines
83 B
Makefile
5 lines
83 B
Makefile
|
LDFLAGS = -X main.version=$(VERSION)
|
||
|
|
||
|
goircd: *.go
|
||
|
go build -ldflags "$(LDFLAGS)"
|