]> Cypherpunks.ru repositories - goircd.git/blob - Makefile
Ability to listen on raw and TLS sockets simultaneously
[goircd.git] / Makefile
1 LDFLAGS="-X main.version \"$(shell git describe --tags)\""
2
3 goircd:
4         go install -ldflags $(LDFLAGS) $(BUILD_FLAGS)