chore: flatten jest_rust directory by removing nested jisspam subdirectory
Remove the intermediate jisspam subdirectory within jest_rust, moving Cargo.lock, .gitignore, and test_files (spam1.txt, spam2.txt, spam3.txt, not_spam.txt) up one level. Update Makefile build_jest target to compile directly from jest_rust instead of jest_rust/jisspam and copy binary to parent directory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user