geocommons / geocoder

Modular Street Address Geocoder

This URL has Read+Write access

wonderchook (author)
Mon Oct 19 11:10:21 -0700 2009
commit  b72c21c0851c40a63fffdc5e30bf3fa0f9341163
tree    ee3deb7c12719eed8c53bc8fcd4a299b3789b649
parent  e08671b2055ade47fc9114d14819e22311b04af8
geocoder / Makefile
100644 14 lines (10 sloc) 0.151 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
make -C src install
gem build gemspec
 
test: all
ruby -Ilib tests/run.rb
 
install: all
gem install *.gem
 
clean:
make -C src clean
rm *.gem