chore(bash): move all scripts into src/bash

That way, they are more official than hidden scripts dumped in the
project root.

[skip ci]
This commit is contained in:
Sebastian Thiel
2015-05-10 18:09:00 +02:00
parent be117767a1
commit ad6dd7758e
5 changed files with 1 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ license: LICENSE.md
wheezy-build:
@-rm -Rf WHEEZY_BUILD_OUTPUT
@mkdir -p $(WHEEZY_BUILD_OUTPUT)
docker run -v $(PWD):/source -v $(PWD)/$(WHEEZY_BUILD_OUTPUT):/build-result $(WHEEZY_IMAGE) /source/.docker-build-cli.sh
docker run -v $(PWD):/source -v $(PWD)/$(WHEEZY_BUILD_OUTPUT):/build-result $(WHEEZY_IMAGE) /source/src/bash/docker-build-cli.bash
regen-apis: | clean-all-api clean-all-cli gen-all-api gen-all-cli license