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

(chore) Update makefile with source files to trigger automatic rebuilds #153

Merged
merged 1 commit into from
May 19, 2024

Conversation

mattmess1221
Copy link
Contributor

No description provided.

@josegonzalez
Copy link
Member

Can you describe a bit more what this PR is supposed to be doing? Its not super clear to me :)

@mattmess1221
Copy link
Contributor Author

By default, make will skip a task if its output already exists. By listing any input files after the name, make will intelligently rebuild the file if any of its inputs have changed since the last build. You're already doing this for the .deb archives

I made this change because I found it tedious to have to rm the build folder or make clean and build before tests. It let me do just make build/linux/plugn-amd64 && make test to run the tests.

@josegonzalez josegonzalez merged commit 6053c71 into dokku:main May 19, 2024
3 checks passed
@mattmess1221 mattmess1221 deleted the chore/makefile-sources branch May 20, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants