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