Cleanup src_plugin_sdk directory

- No need to copy local files
- No need to keep local copy of 'etherum-plugin-sdk' files
- Select needed files directly from the Makefile
This commit is contained in:
Charles-Edouard de la Vergne
2024-04-12 12:23:30 +02:00
parent 5e21c7c5a9
commit 1ddd0e9671
19 changed files with 12 additions and 1373 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/bash
# Clean the sdk
find ./ethereum-plugin-sdk/ -mindepth 1 -maxdepth 1 ! -name .git -exec rm -r {} \;
# Copy exclusive files
cp -r src_plugin_sdk/* ./ethereum-plugin-sdk/
# Copy common sources
cp -r src_common/* ./ethereum-plugin-sdk/src/