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