@@ -25,7 +25,7 @@ build_risspam:
|
||||
|
||||
build_jest:
|
||||
@echo "compiling jest_rust project"
|
||||
cd jest_rust/jisspam && cargo build --release && cp target/release/jisspam ../../
|
||||
cd jest_rust && cargo build --release && cp target/release/jisspam ..
|
||||
|
||||
run: run_spam wl run_not_spam
|
||||
run_risspam: run_spam_risspam run_not_spam_risspam
|
||||
|
||||
Generated
+7
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "jisspam"
|
||||
version = "0.1.0"
|
||||
@@ -1,2 +0,0 @@
|
||||
/target
|
||||
/Cargo.lock
|
||||
Reference in New Issue
Block a user