mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
5 lines
71 B
Makefile
5 lines
71 B
Makefile
MODULES = nominatim
|
|
PGXS := $(shell pg_config --pgxs)
|
|
include $(PGXS)
|
|
|