Raise copyright year. Trivial changes
This commit is contained in:
parent
8702ace766
commit
b678682010
11 changed files with 43 additions and 31 deletions
4
makefile
Normal file
4
makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
LDFLAGS=-X main.version \"$(shell git describe --tags)\"
|
||||
|
||||
goircd:
|
||||
go build -ldflags "$(LDFLAGS)" $(BUILD_FLAGS)
|
Loading…
Add table
Add a link
Reference in a new issue