Skip to content

Commit

Permalink
add build on linux script
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Oct 13, 2024
1 parent 444c6b2 commit b6a3db7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ build:
@echo "Building..."
@go build -v -o bbs-go main.go

buildlinux:
@echo "Building..."
@GOOS=linux GOARCH=amd64 go build

# Run the application
run:
@go run main.go
Expand Down

0 comments on commit b6a3db7

Please sign in to comment.