forked from WhatDidYouExpect/portscraper
3 lines
104 B
Bash
3 lines
104 B
Bash
#!/bin/sh
|
|
go build -o portscraper main.go
|
|
GOOS=windows GOARCH=amd64 go build -o portscraper.exe main.go
|