parent
c2fae46865
commit
a41f819cdf
Makefile
jest_rust
2
Makefile
2
Makefile
@ -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
|
||||
|
7
jest_rust/Cargo.lock
generated
Normal file
7
jest_rust/Cargo.lock
generated
Normal file
@ -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"
|
2
jest_rust/jisspam/.gitignore
vendored
2
jest_rust/jisspam/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/target
|
||||
/Cargo.lock
|
Loading…
Reference in New Issue
Block a user