fix build rs
This commit is contained in:
12
space/src-rs/Makefile
Normal file
12
space/src-rs/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
BUILD_DIR = ../../build
|
||||
|
||||
TARGET = ./target/debug/srcrs
|
||||
|
||||
OUTPUT = rs.out
|
||||
|
||||
all: build
|
||||
|
||||
build:
|
||||
cargo build
|
||||
cp $(TARGET) $(BUILD_DIR)/$(OUTPUT)
|
||||
Reference in New Issue
Block a user