that was dumb x.x

This commit is contained in:
Azareal 2020-05-27 10:06:08 +10:00
parent 1e6aeb70d4
commit 4683e33664
1 changed files with 4 additions and 4 deletions

View File

@ -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