builds: make -Ccallisto -> make -C callisto

This commit is contained in:
Jeremy Baxter 2024-08-09 11:26:06 +12:00
parent a294d76b1b
commit 0053bec0b1
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ tasks:
./configure -c gcc
make
- install: |
sudo make -Ccallisto install
sudo make -C callisto install
- test: |
csto callisto/test.lua
- format: |

View file

@ -14,6 +14,6 @@ tasks:
./configure -c egcc
make
- install: |
doas make -Ccallisto install
doas make -C callisto install
- test: |
csto callisto/test.lua