You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
255 B

DB_BUILD = deps/db-6.0.20/build_unix
all: build_db
node-gyp build
clean:
$(MAKE) -C $(DB_BUILD) clean
config:
mkdir -p $(DB_BUILD)
cd $(DB_BUILD) && ../dist/configure --disable-shared --enable-debug
build_db:
$(MAKE) -C $(DB_BUILD) libdb-6.0.a