flatten 20260225

This commit is contained in:
Timothy Prepscius
2026-02-25 13:00:25 -05:00
commit b308a4c280
114 changed files with 14759 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
set -ex
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
mkdir -p sdk/include
mkdir elpasso
pushd elpasso
# wget -N http://www.zlib.net/zlib-1.2.13.tar.gz
git clone --depth 1 https://github.com/Zhiyi-Zhang/PS-Signature-and-EL-PASSO --branch=v0.3
LIB=PS-Signature-and-EL-PASSO
pushd $LIB
ln -fs $DIR/../../Makefile-template Makefile
cp $DIR/Makefile.project Makefile.project
popd
popd
pushd sdk/include
ln -fs ../../elpasso/$LIB/src elpasso
popd