mirror of
https://github.com/ergochat/ergo.git
synced 2025-11-17 22:47:23 +01:00
parent
f6f7315458
commit
f00fd452be
4
Makefile
4
Makefile
@ -3,6 +3,10 @@
|
|||||||
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null)
|
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null)
|
||||||
GIT_TAG := $(shell git tag --points-at HEAD 2> /dev/null | head -n 1)
|
GIT_TAG := $(shell git tag --points-at HEAD 2> /dev/null | head -n 1)
|
||||||
|
|
||||||
|
# disable linking against native libc / libpthread by default;
|
||||||
|
# this can be overridden by passing CGO_ENABLED=1 to make
|
||||||
|
export CGO_ENABLED ?= 0
|
||||||
|
|
||||||
capdef_file = ./irc/caps/defs.go
|
capdef_file = ./irc/caps/defs.go
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user