Skip to content

Commit

Permalink
adjust makefile
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <salaheldin_sameh@aucegypt.edu>
  • Loading branch information
salaheldinsoliman committed May 22, 2024
1 parent f2b53a9 commit c759263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/codegen/dispatch/soroban.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

use num_bigint::BigInt;
use solang_parser::pt::{self};

Expand Down
2 changes: 1 addition & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(WASM): TARGET_FLAGS=--target=wasm32
bpf/solana.bc: solana.c solana_sdk.h | outputs_dirs

outputs_dirs:
@mkdir -p ..\target\bpf ..\target\wasm
@mkdir -p ../target/bpf ../target/wasm

clean:
rm -rf ../target/bpf ../target/wasm
Expand Down

0 comments on commit c759263

Please sign in to comment.