Skip to content

Commit

Permalink
Update makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Oct 15, 2022
1 parent b921039 commit fd20211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lint:
@golangci-lint run

linux:
@go build -o scilla
@go build ./cmd/scilla
@sudo mv scilla /usr/bin/
@sudo cp -r lists/ /usr/bin/
@chmod +x scripts/config.sh
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ set GOOS=windows
set GOARCH=amd64
set GO111MODULE=on
set CGO_ENABLED=0
go build -o scilla.exe
go build go build ./cmd/scilla
echo Create keys.yaml file and add your keys there if you need them.
echo See https://github.com/edoardottt/scilla/wiki/Installation
echo Done.
Expand Down

0 comments on commit fd20211

Please sign in to comment.