]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
website dependencies: jQuery v2.1 => 3.5, leaflet 1.3 => 1.6
[nominatim.git] / module / Makefile
1 MODULES = nominatim
2 PG_CPPFLAGS = -I$(MODSRCDIR)
3 include $(PGXS)
4
5 VPATH = $(MODSRCDIR)
6
7 all:
8         chmod 755 nominatim.so
9
10 install:
11         @echo Library does not need to be installed.