Skip to content

Commit 9afeba0

Browse files
committed
chore: add make.bash and ignore bin directory
1 parent 0674fe8 commit 9afeba0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
codeql-db
55
logs
66
codeqlResult
7+
bin

make.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
mkdir -p bin
3+
go build -o ./bin/batch_clone_build ./cmd/batch_clone_build
4+
go build -o ./bin/codeql_qdriver ./cmd/codeql_qdriver

0 commit comments

Comments
 (0)