chore: bin/Hello -> bin/hello
This commit is contained in:
parent
e3ec2b9e39
commit
eca73809e6
3 changed files with 3 additions and 3 deletions
|
|
@ -75,6 +75,6 @@ We can use the command `lake build-bin` to build the package (and its dependenci
|
|||
```
|
||||
$ lake build-bin
|
||||
...
|
||||
$ ./build/bin/Hello
|
||||
$ ./build/bin/hello
|
||||
Hello, world!
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
./clean.sh
|
||||
../bootstrap/build/bin/lake build-bin
|
||||
./build/bin/Hello
|
||||
./build/bin/hello
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ set -e
|
|||
|
||||
./clean.sh
|
||||
./package.sh
|
||||
./build/bin/Hello
|
||||
./build/bin/hello
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue