Skip to content

Commit f5a32be

Browse files
committed
remove unused rules in makefile
1 parent 810126b commit f5a32be

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@ test:
1111
authors:
1212
rm AUTHORS
1313
git log --pretty="%an <%ae>" | sort | uniq >> AUTHORS
14-
15-
prepare:
16-
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o hercules .
17-
18-
update-bin: prepare
19-
mkdir -p dev-env/binary/
20-
mv hercules dev-env/binary/

0 commit comments

Comments
 (0)