DockerCLI/scripts
Sebastiaan van Stijn 94e08f2e2d
Makefile: don't warn "outside container" for some targets
This change allows some make targets to be ran outside the dev-container for
easier discovery and use:

- `make clean` can be used on the host (as artifacts created from within the
  development container are usually stored on the host).
- `make help` was already allowed
- `make dev` and `make shell` are added to the regular Makefile, to make it
  easier to create and start the development container.
- When attempting to run `make dev` from within the development container, a
  message is printed, and the target is cancelled:

      root@docker-cli-dev$ make dev
      you are already in the dev container

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-06 19:10:53 +02:00
..
build scripts/build: make sure build-time is in UTC 2022-04-06 11:30:55 +02:00
docs validate manpages target 2022-02-25 17:11:17 +01:00
test/e2e update/remove various tests and options related to kubernetes support 2022-02-24 17:53:18 +01:00
vendor vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
warn-outside-container Makefile: don't warn "outside container" for some targets 2022-04-06 19:10:53 +02:00