Makefile: make testdb target phony

This commit is contained in:
Sauyon Lee
2020-03-04 03:27:11 -08:00
parent 5e71a04fdf
commit c3b57e4e74

View File

@@ -104,6 +104,8 @@ build/testdb/check-upgrade-path : build/testdb/go.dbscheme ql/src/go.dbscheme
codeql dataset upgrade build/testdb --search-path upgrades
diff -q build/testdb/go.dbscheme ql/src/go.dbscheme
.PHONY: build/testdb/go.dbscheme
build/testdb/go.dbscheme: upgrades/initial/go.dbscheme
rm -rf build/testdb
echo >build/empty.trap
codeql dataset import -S upgrades/initial/go.dbscheme build/testdb build/empty.trap