magellan.sh: remove unused build helper function

We compile as part of the Docker build process, so an extra helper isn't
really needed.
This commit is contained in:
Lucas Ritzdorf 2024-08-21 13:23:54 -06:00
parent 327eb35f4a
commit f393a2ab7f
No known key found for this signature in database
GPG key ID: 2DF95A24773EC007

View file

@ -15,10 +15,6 @@ SCAN_PARAMS=""
COLLECT_PARAMS=""
function build(){
go mod tidy && go build -C bin/magellan
}
function scan() {
# ./magellan scan --subnet 172.16.0.0 --port 443
${EXE} scan ${SCAN_PARAMS}