Files
solana-lending-program/.stackclass/compile.sh

12 lines
225 B
Bash
Raw Normal View History

2026-01-08 09:19:59 +00:00
#!/bin/sh
#
# This script is used to compile your program on StackClass
#
# This runs before .stackclass/run.sh
#
# Learn more: https://docs.stackclass.dev/challenges/program-interface
set -e # Exit on failure
anchor build