]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
Merge branch 'interpolations'
[nominatim.git] / module / Makefile
1 MODULES = nominatim
2 VPATH = $(MODSRCDIR)
3 include $(PGXS)
4
5 all:
6         chmod 755 nominatim.so
7
8 install:
9         @echo Library does not need to be installed.