Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Makefile for building all programs #44

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

logic-finder
Copy link
Contributor

I found it very inconvenient to gather all the programs into one place manually after giving them a compilation in their respective directories. In order to resolve this annoyance, I've written a Makefile to build every program into ./bin directory at once. What's more, this Makefile allows one to delete unnecessary files at ease and simplifies the process of performing test.

The below picture shows a session from the make help command.

image

@logic-finder logic-finder added the enhancement New feature or request label Aug 31, 2024
@logic-finder logic-finder self-assigned this Aug 31, 2024
@logic-finder logic-finder force-pushed the logic-finder/add-makefile branch from 3915e9c to 6b07bda Compare August 31, 2024 17:48
@logic-finder logic-finder merged commit abe971d into main Sep 1, 2024
17 checks passed
@logic-finder logic-finder deleted the logic-finder/add-makefile branch September 1, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants