mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
5 lines
71 B
Makefile
5 lines
71 B
Makefile
MODULES = nominatim
|
|
PGXS := $(shell pg_config --pgxs)
|
|
include $(PGXS)
|
|
|