mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-23 13:06:15 +03:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
MODULES = nominatim
|
||
|
PGXS := @POSTGRESQL_PGXS@
|
||
|
include $(PGXS)
|
||
|
|
||
|
all:
|
||
|
chmod 755 nominatim.so
|
||
|
|
||
|
install:
|
||
|
@echo Library does not need to be installed.
|