diff options
Diffstat (limited to 'src/lib/libcrypto/bn/old/build')
-rw-r--r-- | src/lib/libcrypto/bn/old/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bn/old/build b/src/lib/libcrypto/bn/old/build new file mode 100644 index 0000000000..8cd99e5f17 --- /dev/null +++ b/src/lib/libcrypto/bn/old/build | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh -x | ||
2 | |||
3 | gcc -g -I../../include test.c -L../.. -lcrypto | ||