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