5 build: clean-build build-db build-api
 
  11         python3 -m build packaging/nominatim-db --outdir dist/
 
  14         python3 -m build packaging/nominatim-api --outdir dist/
 
  18 tests: mypy lint pytest bdd
 
  30         cd test/bdd; behave -DREMOVE_TEMPLATE=1
 
  32 .PHONY: tests mypy pytest lint bdd build clean-build build-db build-api