builds: make -Cesv -> make -C esv

This commit is contained in:
Jeremy Baxter 2024-08-08 15:59:27 +12:00
parent 85b71a6092
commit 49bbd5f439
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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