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

Document standard Makefile targets #9

Open
t-fine opened this issue Mar 16, 2021 · 4 comments
Open

Document standard Makefile targets #9

t-fine opened this issue Mar 16, 2021 · 4 comments
Assignees
Labels

Comments

@t-fine
Copy link
Contributor

t-fine commented Mar 16, 2021

https://github.com/open-horizon-services/mqtt/blob/main/Makefile

@t-fine
Copy link
Contributor Author

t-fine commented Mar 30, 2021

Minimal Makefile targets:

init 
build
dev (open a shell in the container, for development, with source dir mounted)
run (for production)
stop (stop and remove the container)
test (perform a test of the service)
push (to docker compliant registry)
publish (service and verify service)
clean (depend on stop and also remove the container image)
distclean (clean as much as possible, e.g., remove all container and all images, and docker network prune, etc.)

@t-fine
Copy link
Contributor Author

t-fine commented Mar 30, 2021

Also require a README and License

@julianchen215
Copy link

Hi @t-fine @joewxboy can you please assign this issue to me?

@t-fine
Copy link
Contributor Author

t-fine commented Nov 8, 2022

@julianchen215 can do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants