Skip to content

Commit

Permalink
fix issue in buildall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Jun 15, 2024
1 parent 520607a commit b24ec0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ fi

set -e # exit if any command returns non zero

cd ../source/
$make
cd ../examples
# cd ../source/ -- this will cause the npm install to fail since it does not have source
# $make
# cd ../examples

cd helloworld
$make clean
Expand Down

0 comments on commit b24ec0d

Please sign in to comment.