Commit 0ad1d94d authored by Richard Levitte's avatar Richard Levitte
Browse files

Add developer targets for each subdirectory we have something to build in



Previous build scheme allowed building just the stuff in one
subdirectory, like this:

    make -C crypto/aes

Because the unified only has a top-level Makefile, this is not
possible with it.  This change adds a replacement where each directory
we have something to build in becomes a target in its own right,
allowing building something like this:

    make crypto/aes

The exception is the directory test, because we already have such a
target.

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
parent 578b5514
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment