[PR #2] [MERGED] Add basic Makefile #25

Closed
opened 2026-06-08 09:04:45 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Ryangr0/rust-regex-gui-webgrip/pull/2
Author: @Ryangr0
Created: 6/8/2025
Status: Merged
Merged: 6/8/2025
Merged by: @Ryangr0

Base: mainHead: codex/create-a-generic-makefile-for-rust-project


📝 Commits (1)

  • 2060337 chore: add generic Makefile

📊 Changes

2 files changed (+35 additions, -1 deletions)

View changed files

Makefile (+34 -0)
📝 src/main.rs (+1 -1)

📄 Description

Summary

  • add a Makefile with common targets for building, testing and docs
  • run rustfmt on main.rs

Testing

  • cargo test
  • cargo fmt -- --check
  • cargo clippy -- -D warnings
  • cargo build

https://chatgpt.com/codex/tasks/task_e_6845a16dbaac83208173275284f2b809


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Ryangr0/rust-regex-gui-webgrip/pull/2 **Author:** [@Ryangr0](https://github.com/Ryangr0) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 6/8/2025 **Merged by:** [@Ryangr0](https://github.com/Ryangr0) **Base:** `main` ← **Head:** `codex/create-a-generic-makefile-for-rust-project` --- ### 📝 Commits (1) - [`2060337`](https://github.com/Ryangr0/rust-regex-gui-webgrip/commit/20603376d02e6aba010f80ece476cf58d598c3fd) chore: add generic Makefile ### 📊 Changes **2 files changed** (+35 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `Makefile` (+34 -0) 📝 `src/main.rs` (+1 -1) </details> ### 📄 Description ## Summary - add a Makefile with common targets for building, testing and docs - run rustfmt on main.rs ## Testing - `cargo test` - `cargo fmt -- --check` - `cargo clippy -- -D warnings` - `cargo build` ------ https://chatgpt.com/codex/tasks/task_e_6845a16dbaac83208173275284f2b809 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ryangr0 2026-06-08 09:04:45 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ryangr0/rust-regex-gui-webgrip#25
No description provided.