Raise copyright year. Trivial changes

This commit is contained in:
Sergey Matveev 2015-05-09 18:27:06 +03:00
parent 8702ace766
commit b678682010
11 changed files with 43 additions and 31 deletions

4
makefile Normal file
View file

@ -0,0 +1,4 @@
LDFLAGS=-X main.version \"$(shell git describe --tags)\"
goircd:
go build -ldflags "$(LDFLAGS)" $(BUILD_FLAGS)