1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-05 16:18:08 +00:00

Make native modules easier to import.

This commit is contained in:
Calvin Rose
2018-05-19 21:29:22 -04:00
parent fb409201b4
commit de59c57e48
2 changed files with 18 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
# IN THE SOFTWARE.
CFLAGS=-std=c99 -Wall -Wextra -I../../src/include -O2 -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -shared -fpic
TARGET=libdstsqlite3.so
TARGET=sqlite3.so
sqlite-autoconf-3230100/sqlite3.%:
curl https://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz | tar -xvz