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
|
./configure -c gcc
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
sudo make -Ccallisto install
|
sudo make -C callisto install
|
||||||
- test: |
|
- test: |
|
||||||
csto callisto/test.lua
|
csto callisto/test.lua
|
||||||
- format: |
|
- format: |
|
||||||
|
|
|
@ -14,6 +14,6 @@ tasks:
|
||||||
./configure -c egcc
|
./configure -c egcc
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
doas make -Ccallisto install
|
doas make -C callisto install
|
||||||
- test: |
|
- test: |
|
||||||
csto callisto/test.lua
|
csto callisto/test.lua
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue