diff options
Diffstat (limited to 'intro2-tour')
-rwxr-xr-x | intro2-tour | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/intro2-tour b/intro2-tour index d457b7a..794ed2e 100755 --- a/intro2-tour +++ b/intro2-tour @@ -72,9 +72,13 @@ show b ../hello-clang/hello/ show b test: ../hello-clang/hello/ show ../hello-clang/hello/hello/hello World +b clean: ../hello-clang/hello/ +show bdep test @clang +show bdep test @gcc @clang + show bdep init -C ../hello-mingw @mingw cc config.cxx=x86_64-w64-mingw32-g++ -show b ../hello-mingw/hello/ -show b test: ../hello-mingw/hello/ +show bdep update @mingw +show bdep test @mingw show ../hello-mingw/hello/hello/hello.exe Windows cd .. @@ -136,6 +140,8 @@ show b show bdep status -ai show bdep sync -a +show bdep test -ai + sed -i -re 's/^import/#import/' hello/buildfile sed -i -re 's/^depends: libhello/#depends: libhello/' manifest |