We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cd4d1 commit c5ecfccCopy full SHA for c5ecfcc
Makefile
@@ -0,0 +1,5 @@
1
+all:
2
+ git checkout VERSION
3
+ sed -i -- "s/COMMIT/`git rev-parse --short HEAD`/g" VERSION || exit
4
+ go build -o safe
5
0 commit comments