5 lines
113 B
Makefile
5 lines
113 B
Makefile
LDFLAGS=-X main.version \"$(shell git describe --tags)\"
|
|
|
|
goircd:
|
|
go build -ldflags "$(LDFLAGS)" $(BUILD_FLAGS)
|