fix(blink)

This commit is contained in:
Jacob Heider 2023-04-03 19:10:32 -04:00 committed by Jacob Heider
parent 617cee123c
commit 7642d0f57c

View file

@ -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