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