]> git.openstreetmap.org Git - nominatim.git/blobdiff - Makefile
update documentation for new directory layout
[nominatim.git] / Makefile
index 1575b72a5d5d273ee3f31cc969d11f2d52fe8bd2..0e09a884fff15c877a170e08c4734cea88e67fe3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,17 +5,17 @@ all:
 build: build-core build-db build-api
 
 build-core:
-       cd packaging/nominatim-core; python3 -m build . --outdir ../dist/
+       python3 -m build packaging/nominatim-core --outdir dist/
 
 build-db:
-       cd packaging/nominatim-db; python3 -m build . --outdir ../dist/
+       python3 -m build packaging/nominatim-db --outdir dist/
 
 build-api:
-       cd packaging/nominatim-api; python3 -m build . --outdir ../dist/
+       python3 -m build packaging/nominatim-api --outdir dist/
 
 # Tests
 
-tests: mypy lint pytest
+tests: mypy lint pytest bdd
 
 mypy:
        mypy --strict src