mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
reduce from 3 to 2 packages
This commit is contained in:
8
Makefile
8
Makefile
@@ -2,10 +2,10 @@ all:
|
||||
|
||||
# Building of wheels
|
||||
|
||||
build: build-core build-db build-api
|
||||
build: clean-build build-db build-api
|
||||
|
||||
build-core:
|
||||
python3 -m build packaging/nominatim-core --outdir dist/
|
||||
clean-build:
|
||||
rm -f dist/*
|
||||
|
||||
build-db:
|
||||
python3 -m build packaging/nominatim-db --outdir dist/
|
||||
@@ -29,4 +29,4 @@ lint:
|
||||
bdd:
|
||||
cd test/bdd; behave -DREMOVE_TEMPLATE=1
|
||||
|
||||
.PHONY: tests mypy pytest lint bdd build build-core build-db build-api
|
||||
.PHONY: tests mypy pytest lint bdd build clean-build build-db build-api
|
||||
|
||||
Reference in New Issue
Block a user