Skip to content

Commit

Permalink
Create build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent da33864 commit 3c68b24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions blockchain_integration/pi_network/dapi/tools/build/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# tools/build/build.sh
#!/bin/bash

# Build the project
echo "Building the project..."
cmake ..
make

0 comments on commit 3c68b24

Please sign in to comment.