]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
Merge branch 'tigerlines' of /home/markus/Nominatim into tiger
[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.