builds: make -Ccallisto -> make -C callisto
This commit is contained in:
parent
a294d76b1b
commit
0053bec0b1
2 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
|
@ -14,6 +14,6 @@ tasks:
|
|||
./configure -c egcc
|
||||
make
|
||||
- install: |
|
||||
doas make -Ccallisto install
|
||||
doas make -C callisto install
|
||||
- test: |
|
||||
csto callisto/test.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue