Skip to content

Commit c5ecfcc

Browse files
committed
add makefile
1 parent 33cd4d1 commit c5ecfcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
git checkout VERSION

0 commit comments

Comments
 (0)