aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/build.sh
blob: 03899f7c98e3e2728ce4594ca68e880275b08b59 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

if [ "$1" = "withgen" ]; then
    go generate ./...
    shift
fi
go install $* -gcflags "-N -l" ./...