]> Cypherpunks.ru repositories - gocheese.git/blobdiff - gocheese.do
Less hardcoded module name
[gocheese.git] / gocheese.do
index f7937fd5af14d26ff0e91ea22802ddb15008e344..3a7df901a1640bfb508149fe5887eb579ecd44dd 100644 (file)
@@ -1,2 +1,2 @@
-redo-ifchange *.go
-${GO:=go} build -o $3 -ldflags "-X main.Version=`cat VERSION`" go.cypherpunks.ru/gocheese/v2
+redo-ifchange *.go module-name
+${GO:=go} build -o $3 -ldflags "-X main.Version=`cat VERSION`" `cat module-name`