]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
Merge pull request #436 from lonvia/remove-location-property-tables
[nominatim.git] / module / Makefile
1 MODULES = nominatim
2 include $(PGXS)
3
4 all:
5         chmod 755 nominatim.so
6
7 install:
8         @echo Library does not need to be installed.