mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
MODULES = nominatim
|
|
include $(PGXS)
|
|
|
|
all:
|
|
chmod 755 nominatim.so
|
|
|
|
install:
|
|
@echo Library does not need to be installed.
|