mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Makefile: Delete entire test db in clean
This commit is contained in:
3
Makefile
3
Makefile
@@ -25,8 +25,7 @@ BINARIES = go-extractor go-tokenizer go-autobuilder go-bootstrap
|
||||
|
||||
clean:
|
||||
rm -rf tools/bin tools/linux64 tools/osx64 tools/win64 tools/net tools/opencsv
|
||||
rm -rf $(EXTRACTOR_PACK_OUT) build/stats-project build/testdb/check-upgrade-path \
|
||||
build/testdb/go.dbscheme
|
||||
rm -rf $(EXTRACTOR_PACK_OUT) build/stats-project build/testdb
|
||||
|
||||
tools: $(addprefix tools/bin/,$(BINARIES)) tools/tokenizer.jar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user