that was dumb x.x
This commit is contained in:
parent
1e6aeb70d4
commit
4683e33664
|
@ -18,9 +18,9 @@ GO111MODULE="auto"
|
||||||
echo "Defaulting to bundled generated easyjson file"
|
echo "Defaulting to bundled generated easyjson file"
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Building the query generator"
|
echo "Building the hook stub generator"
|
||||||
go build -ldflags="-s -w" -o QGen "./cmd/query_gen"
|
go build -ldflags="-s -w" -o HookStubGen "./cmd/hook_stub_gen"
|
||||||
echo "Running the query generator"
|
echo "Running the hook stub generator"
|
||||||
./QGen
|
./HookStubGen
|
||||||
|
|
||||||
go get
|
go get
|
Loading…
Reference in New Issue