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:
Jest Dotty
2025-03-24 00:23:38 +00:00
parent d1630e5a9c
commit 5efa63f648
10 changed files with 8 additions and 34 deletions
+1 -1
View File
@@ -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