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

Clean up Makefile in c_base directory #576

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

jtcooper10
Copy link
Collaborator

Simpler dependency lists for each solver target, and standardized target names. The Makefile is more maintainable and clean, and makes local development much simpler.

  • Standardized target names
  • Cleanup script for Windows PowerShell

- Replace explicit targets with implicit ones, based on dependency lists
  - Add `.cpp` files to `GPY_OBJ_<solver>` variable
- Add standard targets: `clean`, `build`, `run`, `debug`, `profile`
@jtcooper10 jtcooper10 requested a review from ethangreen-dev July 2, 2021 15:29
@ethangreen-dev ethangreen-dev merged commit 412ed07 into develop Jul 2, 2021
@ethangreen-dev ethangreen-dev added enhancement New feature or request ✔️​ Issue / PR has been resolved labels Jul 2, 2021
@ethangreen-dev ethangreen-dev added this to the 1.6.3 milestone Jul 2, 2021
@ethangreen-dev ethangreen-dev mentioned this pull request Jul 13, 2021
@seanebum seanebum deleted the makefile-improvements branch January 11, 2022 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ✔️​ Issue / PR has been resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants