X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=common.mk;fp=common.mk;h=888e048552c5a04b3aaee1baf719a800c59632f8;hb=e80115cf6921d4fc2d64b3b809c76a5019f82309;hp=0000000000000000000000000000000000000000;hpb=62b4ca67a0fb6f3da4e1268c6d3ecefc84e24d61;p=goircd.git diff --git a/common.mk b/common.mk new file mode 100644 index 0000000..888e048 --- /dev/null +++ b/common.mk @@ -0,0 +1,4 @@ +LDFLAGS = -X main.version=$(VERSION) + +goircd: *.go + go build -ldflags "$(LDFLAGS)"