Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 70a12f9

Browse files
committed
Ajusts Makefile
1 parent 24136b3 commit 70a12f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Makefile‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ build:
1212
cargo build --release
1313
mv ./target/release/$(TARGET) ./mvrpl.so
1414

15-
run: build
15+
run:
16+
build
1617
python test.py
1718

1819
clean:
1920
cargo clean
20-
rm ./example.so
21+
rm ./mvrpl.so

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /