Skip to content

Commit 0d84f20

Browse files
committed
ruby: Make 'dbscheme' a phony target
1 parent 6485651 commit 0d84f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ tools: $(BIN_FILES)
4242
../target/release/%$(EXE):
4343
cd extractor && cargo build --release
4444

45+
.PHONY: dbscheme
4546
dbscheme:
4647
cd extractor && cargo build --release
4748
../target/release/codeql-extractor-ruby generate --dbscheme ql/lib/ruby.dbscheme --library ql/lib/codeql/ruby/ast/internal/TreeSitter.qll

0 commit comments

Comments
 (0)