builds: make -Cesv -> make -C esv
This commit is contained in:
parent
85b71a6092
commit
49bbd5f439
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ tasks:
|
|||
./configure -c ldc2
|
||||
bmake
|
||||
- install: |
|
||||
sudo bmake -Cesv install
|
||||
sudo bmake -C esv install
|
||||
- test: |
|
||||
# very basic test :)
|
||||
esv Matthew 5-7 >/dev/null
|
||||
|
|
|
@ -11,7 +11,7 @@ tasks:
|
|||
./configure
|
||||
make
|
||||
- install: |
|
||||
doas make -Cesv install
|
||||
doas make -C esv install
|
||||
- test: |
|
||||
# very basic test :)
|
||||
esv Matthew 5-7 >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue