gitignore for test

oxigraph-main
Niko PLP 1 year ago
parent cb0a82ea93
commit b5f9a498ce
  1. 1
      plugin/openssl/.gitignore
  2. 2
      plugin/openssl/test_openssl/Makefile
  3. BIN
      plugin/openssl/test_openssl/ippcp_example

@ -0,0 +1 @@
ippcp_example

@ -1,6 +1,6 @@
include ../../../make_config.mk
PLATFORM_LDFLAGS += -lrocksdb -lcrypto -L../../.. -L/Users/nl/Desktop/nextgraph/dev/rust-rocksdb/target/debug/build/openssl-sys-019f70ebcbe84526/out/openssl-build/install/lib/
PLATFORM_LDFLAGS += -lrocksdb -lcrypto -L../../.. -L../../../../rust-rocksdb/target/debug/build/openssl-sys-019f70ebcbe84526/out/openssl-build/install/lib/
.PHONY: clean
all: ippcp_example

Loading…
Cancel
Save