fix build rs

This commit is contained in:
2025-05-14 13:56:43 +09:00
parent a01b3c654f
commit 0e15cdc7ee
3 changed files with 13 additions and 25 deletions

12
space/src-rs/Makefile Normal file
View 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)