Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (11 sloc) 190 Bytes
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 -f lib/geocoder/us/sqlite3.so
rm -f *.gem