Skip to content

Commit

Permalink
definitely works
Browse files Browse the repository at this point in the history
  • Loading branch information
bleepbloopsify committed Sep 8, 2022
1 parent 789c9f5 commit c3130ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/src/darwin/install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import optparse
import os
import shutil
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export GO_SPACE

checkstyle::
# Run checkstyle script
$(GO_SPACE)/Tools/src/checkstyle.sh

# $(GO_SPACE)/Tools/src/checkstyle.sh
echo "no"
build:: build-linux-amd64 build-linux-386 build-arm build-arm64 build-darwin-arm64 build-darwin-amd64 build-windows-amd64 build-windows-386

prepack:: prepack-linux-amd64 prepack-linux-386 prepack-linux-arm64 prepack-windows-386 prepack-windows-amd64
Expand Down

0 comments on commit c3130ba

Please sign in to comment.