mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
fix(blink)
This commit is contained in:
parent
617cee123c
commit
7642d0f57c
1 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
gnu.org/make: '*'
|
||||||
script: |
|
script: |
|
||||||
|
mkdir -p "{{prefix}}/bin"
|
||||||
make -j {{hw.concurrency}}
|
make -j {{hw.concurrency}}
|
||||||
mkdir {{prefix}}/bin
|
cp o/blink/blink{,enlights} "{{prefix}}/bin"
|
||||||
cp o/blink/blink{,enlights} {{prefix}}/bin
|
|
||||||
test: |
|
test: |
|
||||||
make check
|
make check
|
||||||
make check2
|
make check2
|
||||||
|
|
Loading…
Reference in a new issue