Permalink
Browse files
Added an install parameter to the Makefile
- Loading branch information...
Showing
with
4 additions
and
0 deletions.
-
+4
−0
src/libsqlite3_geocoder/Makefile
|
|
@@ -19,3 +19,7 @@ test_levenshtein: levenshtein.c |
|
|
|
|
|
clean:
|
|
|
rm -f *.o *.so wkb_compress levenshtein
|
|
|
+
|
|
|
+install:
|
|
|
+ cp *.so ../../lib/geocoder/us/sqlite3.so
|
|
|
+
|
0 comments on commit
6729217