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