Skip to content

Instantly share code, notes, and snippets.

@jefmathiot
Created September 5, 2015 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefmathiot/c3e49c41f500ca189286 to your computer and use it in GitHub Desktop.
Save jefmathiot/c3e49c41f500ca189286 to your computer and use it in GitHub Desktop.
$(OPENSSL_DIR)/libssl.so $(OPENSSL_DIR)/libcrypto.so: $(OPENSSL_DIR)/Makefile
$(MAKE) -C $(OPENSSL_DIR) depend build_libs
lib/%.so: $(OPENSSL_DIR)/%.so
cp $< $@
lib/%.so.1.0.0: $(OPENSSL_DIR)/%.so
cp $< $@
libs: lib/libssl.so lib/libcrypto.so lib/libssl.so.1.0.0 lib/libcrypto.so.1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment