]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
README: tiny markdown syntax error
[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.