Add c# to rust example
This commit is contained in:
9
csharp-to-rust/Makefile
Normal file
9
csharp-to-rust/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
all: target/debug/libdouble_input
|
||||
csc src/double.cs
|
||||
mono ./double.exe
|
||||
|
||||
target/debug/libdouble_input: src/lib.rs Cargo.toml
|
||||
rustc --crate-name double_input src/lib.rs --crate-type cdylib -o libdouble_input
|
||||
|
||||
clean:
|
||||
rm -rf target double.exe
|
||||
Reference in New Issue
Block a user