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

run,run-local and run-remote not showing up from "make help" #4

Closed
tjyang opened this issue Dec 23, 2021 · 3 comments
Closed

run,run-local and run-remote not showing up from "make help" #4

tjyang opened this issue Dec 23, 2021 · 3 comments

Comments

@tjyang
Copy link
Contributor

tjyang commented Dec 23, 2021

Is this intentional ?

  • run,run-local and run-remote not showing up from "make help"
.PHONY: run
run:
	@go run *.go remote url -h

.PHONY: run-local
run-local:
	@docker-compose -f docker-compose.local.yml up --build

.PhONY: run-remote
run-remote:
	@docker-compose -f docker-compose.remote.yml up --build
@hupe1980
Copy link
Owner

Upps. This is not intentional. This is a bug

@tjyang
Copy link
Contributor Author

tjyang commented Dec 23, 2021

Thanks for the confirmation. I like you Makefile. I correct that in my folk and added a few more targets but extra is for my learning.

@hupe1980
Copy link
Owner

closed with #5

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

No branches or pull requests

2 participants