Prechádzať zdrojové kódy

Merge pull request #2151 from euanh/make-shell

Makefile: Add shell target
Flavio Crisciani 7 rokov pred
rodič
commit
3f2d3d175f
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      libnetwork/Makefile

+ 3 - 0
libnetwork/Makefile

@@ -134,3 +134,6 @@ circle-ci-build: ${build_image}.created
 	@${cidocker} make build-local
 	@${cidocker} make build-local
 
 
 circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
 circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
+
+shell:
+	@${docker} ${SHELL}