diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ $(OPENSSL_TEST): $(OPENSSL_LIB) | $(BUILDDIR) clean: rm -rf $(BUILDDIR) +doc: $(OPENSSL) + rustdoc $(OPENSSL_LIB) + print-target: @echo $(OPENSSL) |