wolfSSL / wolfssh-examples

Example applications using the wolfSSH Library.
https://www.wolfssl.com
25 stars 11 forks source link

Makefile #2

Closed ejohnstown closed 2 years ago

ejohnstown commented 2 years ago
  1. Adding a project that builds wolfSSH and wolfCrypt into a single static library using a Makefile. The wolfSSH and wolfSSL sources are added as a submodule.
  2. Update the top README file.
  3. Move the top gitignore file to the Espressif directory. It ignores Makefiles which is fine in general, but affects the Makefile project.